Html Css Color HEX #096567 Blue Lagoon

📋 copy color: '#096567'

red 9 ◦ green 101 ◦ blue 103

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

Shades of Blue Lagoon #096567

Tints of Blue Lagoon #096567

RGB

 RED value IS 9 (3.91% from 255) = 4.23%

 GREEN value IS 101 (39.84% from 255) = 47.42%

 BLUE value IS 103 (40.63% from 255) = 48.36%

R = 4.23%
G = 47.42%
B = 48.36%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#096567 (or 0x096567) is known color: Blue Lagoon. HEX triplet: 09, 65 and 67. RGB value is (9,101,103). Sum of RGB (Red+Green+Blue) = 9+101+103=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #096567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096567 is #F69A98. Grayscale: #494949. Windows color (decimal): -16161433 or 6776073. OLE color: 6776073.

HSL color Cylindrical-coordinate representation of color #096567: hue angle of 181.28º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096567 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 103 -
CMYK 0.91 0.02 0 0.60
HSL 181.28º 0.84% 0.22% -
HSV(B) 181.28º 0.91% 0.4% -
XYZ 7.21 10.34 14.45 -
YUV 73.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 9 101 103 0.91 0.02 0 0.60 181.28 0.84 0.22
Hex 9 65 67 5B 2 0 3C B5 54 16
Octal 11 145 147 133 2 0 74 265 124 26
Binary 1001 1100101 1100111 1011011 10 0 111100 10110101 1010100 10110

Color Harmonies of #096567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096567

Black with #096567

Text Example


Text Example

White with #096567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096567; }

 p { color: rgb(9,101,103); }

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

background-color css

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

 a { background-color: rgb(9,101,103); }

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

border-color css

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

 span { border-color: rgb(9,101,103); }

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