Html Css Color HEX #0C2FE8 Persian Blue

📋 copy color: '#0C2FE8'

red 12 ◦ green 47 ◦ blue 232

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

Shades of Persian Blue #0C2FE8

Tints of Persian Blue #0C2FE8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

 BLUE value IS 232 (91.02% from 255) = 79.73%

R = 4.12%
G = 16.15%
B = 79.73%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0C2FE8 (or 0x0C2FE8) is known color: Persian Blue. HEX triplet: 0C, 2F and E8. RGB value is (12,47,232). Sum of RGB (Red+Green+Blue) = 12+47+232=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 232 (91.02% from 255 or 79.73% from 291); Max value from RGB is 232 - color contains mainly: blue. Hex color #0C2FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2FE8 is #F3D017. Grayscale: #383838. Windows color (decimal): -15978520 or 15216396. OLE color: 15216396.

HSL color Cylindrical-coordinate representation of color #0C2FE8: hue angle of 230.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2FE8 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 12 47 232 -
CMYK 0.95 0.80 0 0.09
HSL 230.45º 0.9% 0.48% -
HSV(B) 230.45º 0.95% 0.91% -
XYZ 15.73 7.94 77.05 -
YUV 57.63 226.4 95.46 -
System Red Green Blue C M Y K H S L
Decimal 12 47 232 0.95 0.80 0 0.09 230.45 0.9 0.48
Hex C 2F E8 5F 50 0 9 E6 5A 30
Octal 14 57 350 137 120 0 11 346 132 60
Binary 1100 101111 11101000 1011111 1010000 0 1001 11100110 1011010 110000

Color Harmonies of #0C2FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2FE8

Black with #0C2FE8

Text Example


Text Example

White with #0C2FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,47,232); }

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

background-color css

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

 a { background-color: rgb(12,47,232); }

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

border-color css

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

 span { border-color: rgb(12,47,232); }

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