Html Css Color HEX #0C498C Dark Cerulean

📋 copy color: '#0C498C'

red 12 ◦ green 73 ◦ blue 140

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

Shades of Dark Cerulean #0C498C

Tints of Dark Cerulean #0C498C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 5.33%
G = 32.44%
B = 62.22%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C498C (or 0x0C498C) is known color: Dark Cerulean. HEX triplet: 0C, 49 and 8C. RGB value is (12,73,140). Sum of RGB (Red+Green+Blue) = 12+73+140=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C498C is #F3B673. Grayscale: #3E3E3E. Windows color (decimal): -15971956 or 9193740. OLE color: 9193740.

HSL color Cylindrical-coordinate representation of color #0C498C: hue angle of 211.41º 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 #0C498C is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 73 140 -
CMYK 0.91 0.48 0 0.45
HSL 211.41º 0.84% 0.3% -
HSV(B) 211.41º 0.91% 0.55% -
XYZ 7.27 6.74 25.73 -
YUV 62.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 12 73 140 0.91 0.48 0 0.45 211.41 0.84 0.3
Hex C 49 8C 5B 30 0 2D D3 54 1E
Octal 14 111 214 133 60 0 55 323 124 36
Binary 1100 1001001 10001100 1011011 110000 0 101101 11010011 1010100 11110

Color Harmonies of #0C498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C498C

Black with #0C498C

Text Example


Text Example

White with #0C498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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