Html Css Color HEX #0C2EE1 Persian Blue

📋 copy color: '#0C2EE1'

red 12 ◦ green 46 ◦ blue 225

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

Shades of Persian Blue #0C2EE1

Tints of Persian Blue #0C2EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 225 (88.28% from 255) = 79.51%

R = 4.24%
G = 16.25%
B = 79.51%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0C2EE1 (or 0x0C2EE1) is known color: Persian Blue. HEX triplet: 0C, 2E and E1. RGB value is (12,46,225). Sum of RGB (Red+Green+Blue) = 12+46+225=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 225 (88.28% from 255 or 79.51% from 283); Max value from RGB is 225 - color contains mainly: blue. Hex color #0C2EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2EE1 is #F3D11E. Grayscale: #373737. Windows color (decimal): -15978783 or 14757388. OLE color: 14757388.

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

Color convert

RGB 12 46 225 -
CMYK 0.95 0.80 0 0.12
HSL 230.42º 0.9% 0.46% -
HSV(B) 230.42º 0.95% 0.88% -
XYZ 14.72 7.47 71.9 -
YUV 56.24 223.24 96.45 -
System Red Green Blue C M Y K H S L
Decimal 12 46 225 0.95 0.80 0 0.12 230.42 0.9 0.46
Hex C 2E E1 5F 50 0 C E6 5A 2E
Octal 14 56 341 137 120 0 14 346 132 56
Binary 1100 101110 11100001 1011111 1010000 0 1100 11100110 1011010 101110

Color Harmonies of #0C2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2EE1

Black with #0C2EE1

Text Example


Text Example

White with #0C2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,46,225); }

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

background-color css

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

 a { background-color: rgb(12,46,225); }

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

border-color css

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

 span { border-color: rgb(12,46,225); }

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