#0C30D2

Color #0C30D2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0C30D2

Tints of Persian Blue #0C30D2

Color information

#0C30D2 (or 0x0C30D2) is unknown color: approx Persian Blue. HEX triplet: 0C, 30 and D2. RGB value is (12,48,210). Sum of RGB (Red+Green+Blue) = 12+48+210=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 210 (82.42% from 255 or 77.78% from 270); Max value from RGB is 210 - color contains mainly: blue. Hex color #0C30D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C30D2 is #F3CF2D. Grayscale: #373737. Windows color (decimal): -15978286 or 13774860. OLE color: 13774860.

HSL color Cylindrical-coordinate representation of color #0C30D2: hue angle of 229.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C30D2 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1248210-
CMYK0.940.7700.18
HSL229.09º89.19%43.53%-
HSV(B)229.09º94.29%82.35%-
XYZ12.846.8561.62-
YUV55.7215.0796.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 210 (82.42% from 255) = 77.78%
R=4.44%
G=17.78%
B=77.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12482100.940.7700.18229.0989.1943.53
HexC30D25E4D012e5592c
Octal146032213611502234513154
Binary11001100001101001010111101001101010010111001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C30D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C30D2; }

 p { color: rgb(12,48,210); }

 H1.HeaderClassName
 {
   color: #0C30D2;
 }
 .AnyTagClassName
 {
   color: #0C30D2;
 }
</style>
background-color css

<style>
 a { background-color: #0C30D2; }

 a { background-color: rgb(12,48,210); }

 div.DivClassName
 {
   background-color: #0C30D2;
 }
 .BgClassName
 {
   background-color: #0C30D2;
 }
</style>
border-color css

<style>
 span { border-color: #0C30D2; }

 span { border-color: rgb(12,48,210); }

 td.TdClassName
 {
   border-color: #0C30D2;
 }
 .TagClassName
 {
   border-color: #0C30D2;
 }
</style>