Html Css Color HEX #0C46CB Persian Blue

📋 copy color: '#0C46CB'

red 12 ◦ green 70 ◦ blue 203

#0C46CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0C46CB

Tints of Persian Blue #0C46CB

RGB

 RED value IS 12 (5.08% from 255) = 4.21%

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 4.21%
G = 24.56%
B = 71.23%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C46CB (or 0x0C46CB) is known color: Persian Blue. HEX triplet: 0C, 46 and CB. RGB value is (12,70,203). Sum of RGB (Red+Green+Blue) = 12+70+203=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C46CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C46CB is #F3B934. Grayscale: #434343. Windows color (decimal): -15972661 or 13321740. OLE color: 13321740.

HSL color Cylindrical-coordinate representation of color #0C46CB: hue angle of 221.78º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C46CB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 70 203 -
CMYK 0.94 0.66 0 0.20
HSL 221.78º 0.89% 0.42% -
HSV(B) 221.78º 0.94% 0.8% -
XYZ 13.12 8.77 57.5 -
YUV 67.82 204.28 88.19 -
System Red Green Blue C M Y K H S L
Decimal 12 70 203 0.94 0.66 0 0.20 221.78 0.89 0.42
Hex C 46 CB 5E 42 0 14 DE 59 2A
Octal 14 106 313 136 102 0 24 336 131 52
Binary 1100 1000110 11001011 1011110 1000010 0 10100 11011110 1011001 101010

Color Harmonies of #0C46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C46CB

Black with #0C46CB

Text Example


Text Example

White with #0C46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,203); }

 H1.HeaderClassName
 {
   color: #0C46CB;
 }
 .AnyTagClassName
 {
   color: #0C46CB;
 }
</style>

background-color css

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

 a { background-color: rgb(12,70,203); }

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

border-color css

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

 span { border-color: rgb(12,70,203); }

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