Html Css Color HEX #0C37BE Persian Blue

📋 copy color: '#0C37BE'

red 12 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #0C37BE

Tints of Persian Blue #0C37BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

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

R = 4.67%
G = 21.4%
B = 73.93%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C37BE (or 0x0C37BE) is known color: Persian Blue. HEX triplet: 0C, 37 and BE. RGB value is (12,55,190). Sum of RGB (Red+Green+Blue) = 12+55+190=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C37BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37BE is #F3C841. Grayscale: #383838. Windows color (decimal): -15976514 or 12465932. OLE color: 12465932.

HSL color Cylindrical-coordinate representation of color #0C37BE: hue angle of 225.51º 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 #0C37BE is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 55 190 -
CMYK 0.94 0.71 0 0.25
HSL 225.51º 0.88% 0.4% -
HSV(B) 225.51º 0.94% 0.75% -
XYZ 10.81 6.53 49.41 -
YUV 57.53 202.75 95.52 -
System Red Green Blue C M Y K H S L
Decimal 12 55 190 0.94 0.71 0 0.25 225.51 0.88 0.4
Hex C 37 BE 5E 47 0 19 E2 58 28
Octal 14 67 276 136 107 0 31 342 130 50
Binary 1100 110111 10111110 1011110 1000111 0 11001 11100010 1011000 101000

Color Harmonies of #0C37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C37BE

Black with #0C37BE

Text Example


Text Example

White with #0C37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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