Html Css Color HEX #0C5675 Blue Lagoon

📋 copy color: '#0C5675'

red 12 ◦ green 86 ◦ blue 117

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

Shades of Blue Lagoon #0C5675

Tints of Blue Lagoon #0C5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 5.58%
G = 40%
B = 54.42%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C5675 (or 0x0C5675) is known color: Blue Lagoon. HEX triplet: 0C, 56 and 75. RGB value is (12,86,117). Sum of RGB (Red+Green+Blue) = 12+86+117=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C5675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5675 is #F3A98A. Grayscale: #434343. Windows color (decimal): -15968651 or 7689740. OLE color: 7689740.

HSL color Cylindrical-coordinate representation of color #0C5675: hue angle of 197.71º 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 #0C5675 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 86 117 -
CMYK 0.90 0.26 0 0.54
HSL 197.71º 0.81% 0.25% -
HSV(B) 197.71º 0.9% 0.46% -
XYZ 6.69 8.02 18.02 -
YUV 67.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 12 86 117 0.90 0.26 0 0.54 197.71 0.81 0.25
Hex C 56 75 5A 1A 0 36 C6 51 19
Octal 14 126 165 132 32 0 66 306 121 31
Binary 1100 1010110 1110101 1011010 11010 0 110110 11000110 1010001 11001

Color Harmonies of #0C5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5675

Black with #0C5675

Text Example


Text Example

White with #0C5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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