Html Css Color HEX #0C1EBE Persian Blue

📋 copy color: '#0C1EBE'

red 12 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #0C1EBE

Tints of Persian Blue #0C1EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 190 (74.61% from 255) = 81.9%

R = 5.17%
G = 12.93%
B = 81.9%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C1EBE (or 0x0C1EBE) is known color: Persian Blue. HEX triplet: 0C, 1E and BE. RGB value is (12,30,190). Sum of RGB (Red+Green+Blue) = 12+30+190=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C1EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EBE is #F3E141. Grayscale: #2A2A2A. Windows color (decimal): -15982914 or 12459532. OLE color: 12459532.

HSL color Cylindrical-coordinate representation of color #0C1EBE: hue angle of 233.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1EBE is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 30 190 -
CMYK 0.94 0.84 0 0.25
HSL 233.93º 0.88% 0.4% -
HSV(B) 233.93º 0.94% 0.75% -
XYZ 9.91 4.72 49.1 -
YUV 42.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 12 30 190 0.94 0.84 0 0.25 233.93 0.88 0.4
Hex C 1E BE 5E 54 0 19 EA 58 28
Octal 14 36 276 136 124 0 31 352 130 50
Binary 1100 11110 10111110 1011110 1010100 0 11001 11101010 1011000 101000

Color Harmonies of #0C1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1EBE

Black with #0C1EBE

Text Example


Text Example

White with #0C1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,30,190); }

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

background-color css

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

 a { background-color: rgb(12,30,190); }

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

border-color css

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

 span { border-color: rgb(12,30,190); }

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