Html Css Color HEX #0C508A Dark Cerulean

📋 copy color: '#0C508A'

red 12 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #0C508A

Tints of Dark Cerulean #0C508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 138 (54.3% from 255) = 60%

R = 5.22%
G = 34.78%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C508A (or 0x0C508A) is known color: Dark Cerulean. HEX triplet: 0C, 50 and 8A. RGB value is (12,80,138). Sum of RGB (Red+Green+Blue) = 12+80+138=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C508A is #F3AF75. Grayscale: #414141. Windows color (decimal): -15970166 or 9064460. OLE color: 9064460.

HSL color Cylindrical-coordinate representation of color #0C508A: hue angle of 207.62º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C508A is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 80 138 -
CMYK 0.91 0.42 0 0.46
HSL 207.62º 0.84% 0.29% -
HSV(B) 207.62º 0.91% 0.54% -
XYZ 7.61 7.65 25.12 -
YUV 66.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 12 80 138 0.91 0.42 0 0.46 207.62 0.84 0.29
Hex C 50 8A 5B 2A 0 2E D0 54 1D
Octal 14 120 212 133 52 0 56 320 124 35
Binary 1100 1010000 10001010 1011011 101010 0 101110 11010000 1010100 11101

Color Harmonies of #0C508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C508A

Black with #0C508A

Text Example


Text Example

White with #0C508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,80,138); }

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

background-color css

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

 a { background-color: rgb(12,80,138); }

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

border-color css

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

 span { border-color: rgb(12,80,138); }

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