#0C6375

Color #0C6375 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #0C6375

Tints of Blue Lagoon #0C6375

Color information

#0C6375 (or 0x0C6375) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 63 and 75. RGB value is (12,99,117). Sum of RGB (Red+Green+Blue) = 12+99+117=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C6375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6375 is #F39C8A. Grayscale: #4A4A4A. Windows color (decimal): -15965323 or 7693068. OLE color: 7693068.

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

Color convert

RGB1299117-
CMYK0.900.1500.54
HSL190.29º81.4%25.29%-
HSV(B)190.29º89.74%45.88%-
XYZ7.8210.2918.4-
YUV75.04151.6883.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=5.26%
G=43.42%
B=51.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12991170.900.1500.54190.2981.425.29
HexC63755AF036be5119
Octal141431651321706627612131
Binary11001100011111010110110101111011011010111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C6375;
 }
 .AnyTagClassName
 {
   color: #0C6375;
 }
</style>
background-color css

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

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

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

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

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

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