Html Css Color HEX #09556B Blue Lagoon

📋 copy color: '#09556B'

red 9 ◦ green 85 ◦ blue 107

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

Shades of Blue Lagoon #09556B

Tints of Blue Lagoon #09556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.29%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 4.48%
G = 42.29%
B = 53.23%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09556B (or 0x09556B) is known color: Blue Lagoon. HEX triplet: 09, 55 and 6B. RGB value is (9,85,107). Sum of RGB (Red+Green+Blue) = 9+85+107=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #09556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09556B is #F6AA94. Grayscale: #404040. Windows color (decimal): -16165525 or 7034121. OLE color: 7034121.

HSL color Cylindrical-coordinate representation of color #09556B: hue angle of 193.47º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09556B is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 85 107 -
CMYK 0.92 0.21 0 0.58
HSL 193.47º 0.84% 0.23% -
HSV(B) 193.47º 0.92% 0.42% -
XYZ 6.01 7.62 15.06 -
YUV 64.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 9 85 107 0.92 0.21 0 0.58 193.47 0.84 0.23
Hex 9 55 6B 5C 15 0 3A C1 54 17
Octal 11 125 153 134 25 0 72 301 124 27
Binary 1001 1010101 1101011 1011100 10101 0 111010 11000001 1010100 10111

Color Harmonies of #09556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09556B

Black with #09556B

Text Example


Text Example

White with #09556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09556B; }

 p { color: rgb(9,85,107); }

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

background-color css

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

 a { background-color: rgb(9,85,107); }

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

border-color css

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

 span { border-color: rgb(9,85,107); }

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