Html Css Color HEX #0C5290 Dark Cerulean

📋 copy color: '#0C5290'

red 12 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #0C5290

Tints of Dark Cerulean #0C5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 144 (56.64% from 255) = 60.5%

R = 5.04%
G = 34.45%
B = 60.5%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C5290 (or 0x0C5290) is known color: Dark Cerulean. HEX triplet: 0C, 52 and 90. RGB value is (12,82,144). Sum of RGB (Red+Green+Blue) = 12+82+144=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C5290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5290 is #F3AD6F. Grayscale: #434343. Windows color (decimal): -15969648 or 9458188. OLE color: 9458188.

HSL color Cylindrical-coordinate representation of color #0C5290: hue angle of 208.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5290 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 82 144 -
CMYK 0.92 0.43 0 0.44
HSL 208.18º 0.85% 0.31% -
HSV(B) 208.18º 0.92% 0.56% -
XYZ 8.2 8.13 27.52 -
YUV 68.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 12 82 144 0.92 0.43 0 0.44 208.18 0.85 0.31
Hex C 52 90 5C 2B 0 2C D0 55 1F
Octal 14 122 220 134 53 0 54 320 125 37
Binary 1100 1010010 10010000 1011100 101011 0 101100 11010000 1010101 11111

Color Harmonies of #0C5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5290

Black with #0C5290

Text Example


Text Example

White with #0C5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,82,144); }

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

background-color css

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

 a { background-color: rgb(12,82,144); }

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

border-color css

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

 span { border-color: rgb(12,82,144); }

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