Html Css Color HEX #0C5473 Blue Lagoon

📋 copy color: '#0C5473'

red 12 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #0C5473

Tints of Blue Lagoon #0C5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 5.69%
G = 39.81%
B = 54.5%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C5473 (or 0x0C5473) is known color: Blue Lagoon. HEX triplet: 0C, 54 and 73. RGB value is (12,84,115). Sum of RGB (Red+Green+Blue) = 12+84+115=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C5473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5473 is #F3AB8C. Grayscale: #414141. Windows color (decimal): -15969165 or 7558156. OLE color: 7558156.

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

Color convert

RGB 12 84 115 -
CMYK 0.90 0.27 0 0.55
HSL 198.06º 0.81% 0.25% -
HSV(B) 198.06º 0.9% 0.45% -
XYZ 6.42 7.66 17.36 -
YUV 66.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 12 84 115 0.90 0.27 0 0.55 198.06 0.81 0.25
Hex C 54 73 5A 1B 0 37 C6 51 19
Octal 14 124 163 132 33 0 67 306 121 31
Binary 1100 1010100 1110011 1011010 11011 0 110111 11000110 1010001 11001

Color Harmonies of #0C5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5473

Black with #0C5473

Text Example


Text Example

White with #0C5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,84,115); }

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

background-color css

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

 a { background-color: rgb(12,84,115); }

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

border-color css

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

 span { border-color: rgb(12,84,115); }

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