Html Css Color HEX #006075 Blue Lagoon

📋 copy color: '#006075'

red 0 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #006075

Tints of Blue Lagoon #006075

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 0%
G = 45.07%
B = 54.93%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006075 (or 0x006075) is known color: Blue Lagoon. HEX triplet: 00, 60 and 75. RGB value is (0,96,117). Sum of RGB (Red+Green+Blue) = 0+96+117=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #006075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006075 is #FF9F8A. Grayscale: #454545. Windows color (decimal): -16752523 or 7692288. OLE color: 7692288.

HSL color Cylindrical-coordinate representation of color #006075: hue angle of 190.77º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006075 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 96 117 -
CMYK 1 0.18 0 0.54
HSL 190.77º 1% 0.23% -
HSV(B) 190.77º 1% 0.46% -
XYZ 7.39 9.65 18.3 -
YUV 69.69 154.7 78.29 -
System Red Green Blue C M Y K H S L
Decimal 0 96 117 1 0.18 0 0.54 190.77 1 0.23
Hex 0 60 75 64 12 0 36 BF 64 17
Octal 0 140 165 144 22 0 66 277 144 27
Binary 0 1100000 1110101 1100100 10010 0 110110 10111111 1100100 10111

Color Harmonies of #006075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006075

Black with #006075

Text Example


Text Example

White with #006075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006075; }

 p { color: rgb(0,96,117); }

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

background-color css

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

 a { background-color: rgb(0,96,117); }

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

border-color css

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

 span { border-color: rgb(0,96,117); }

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