Html Css Color HEX #0C488C Dark Cerulean

📋 copy color: '#0C488C'

red 12 ◦ green 72 ◦ blue 140

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

Shades of Dark Cerulean #0C488C

Tints of Dark Cerulean #0C488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 5.36%
G = 32.14%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C488C (or 0x0C488C) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 8C. RGB value is (12,72,140). Sum of RGB (Red+Green+Blue) = 12+72+140=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C488C is #F3B773. Grayscale: #3D3D3D. Windows color (decimal): -15972212 or 9193484. OLE color: 9193484.

HSL color Cylindrical-coordinate representation of color #0C488C: hue angle of 211.88º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C488C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 72 140 -
CMYK 0.91 0.49 0 0.45
HSL 211.88º 0.84% 0.3% -
HSV(B) 211.88º 0.91% 0.55% -
XYZ 7.2 6.61 25.71 -
YUV 61.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 12 72 140 0.91 0.49 0 0.45 211.88 0.84 0.3
Hex C 48 8C 5B 31 0 2D D4 54 1E
Octal 14 110 214 133 61 0 55 324 124 36
Binary 1100 1001000 10001100 1011011 110001 0 101101 11010100 1010100 11110

Color Harmonies of #0C488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C488C

Black with #0C488C

Text Example


Text Example

White with #0C488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,140); }

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

background-color css

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

 a { background-color: rgb(12,72,140); }

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

border-color css

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

 span { border-color: rgb(12,72,140); }

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