Html Css Color HEX #0C5E7D Blue Lagoon

📋 copy color: '#0C5E7D'

red 12 ◦ green 94 ◦ blue 125

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

Shades of Blue Lagoon #0C5E7D

Tints of Blue Lagoon #0C5E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 5.19%
G = 40.69%
B = 54.11%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C5E7D (or 0x0C5E7D) is known color: Blue Lagoon. HEX triplet: 0C, 5E and 7D. RGB value is (12,94,125). Sum of RGB (Red+Green+Blue) = 12+94+125=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C5E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5E7D is #F3A182. Grayscale: #484848. Windows color (decimal): -15966595 or 8216076. OLE color: 8216076.

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

Color convert

RGB 12 94 125 -
CMYK 0.90 0.25 0 0.51
HSL 196.46º 0.82% 0.27% -
HSV(B) 196.46º 0.9% 0.49% -
XYZ 7.86 9.56 20.83 -
YUV 73.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 12 94 125 0.90 0.25 0 0.51 196.46 0.82 0.27
Hex C 5E 7D 5A 19 0 33 C4 52 1B
Octal 14 136 175 132 31 0 63 304 122 33
Binary 1100 1011110 1111101 1011010 11001 0 110011 11000100 1010010 11011

Color Harmonies of #0C5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5E7D

Black with #0C5E7D

Text Example


Text Example

White with #0C5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,94,125); }

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

background-color css

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

 a { background-color: rgb(12,94,125); }

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

border-color css

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

 span { border-color: rgb(12,94,125); }

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