Html Css Color HEX #0C5375 Dark Cerulean

📋 copy color: '#0C5375'

red 12 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #0C5375

Tints of Dark Cerulean #0C5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 5.66%
G = 39.15%
B = 55.19%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C5375 (or 0x0C5375) is known color: Dark Cerulean. HEX triplet: 0C, 53 and 75. RGB value is (12,83,117). Sum of RGB (Red+Green+Blue) = 12+83+117=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C5375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5375 is #F3AC8A. Grayscale: #414141. Windows color (decimal): -15969419 or 7688972. OLE color: 7688972.

HSL color Cylindrical-coordinate representation of color #0C5375: hue angle of 199.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5375 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 83 117 -
CMYK 0.90 0.29 0 0.54
HSL 199.43º 0.81% 0.25% -
HSV(B) 199.43º 0.9% 0.46% -
XYZ 6.46 7.55 17.95 -
YUV 65.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 12 83 117 0.90 0.29 0 0.54 199.43 0.81 0.25
Hex C 53 75 5A 1D 0 36 C7 51 19
Octal 14 123 165 132 35 0 66 307 121 31
Binary 1100 1010011 1110101 1011010 11101 0 110110 11000111 1010001 11001

Color Harmonies of #0C5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5375

Black with #0C5375

Text Example


Text Example

White with #0C5375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,83,117); }

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

background-color css

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

 a { background-color: rgb(12,83,117); }

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

border-color css

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

 span { border-color: rgb(12,83,117); }

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