Html Css Color HEX #095567 Blue Lagoon

📋 copy color: '#095567'

red 9 ◦ green 85 ◦ blue 103

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

Shades of Blue Lagoon #095567

Tints of Blue Lagoon #095567

RGB

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

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

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

R = 4.57%
G = 43.15%
B = 52.28%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095567 (or 0x095567) is known color: Blue Lagoon. HEX triplet: 09, 55 and 67. RGB value is (9,85,103). Sum of RGB (Red+Green+Blue) = 9+85+103=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #095567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095567 is #F6AA98. Grayscale: #404040. Windows color (decimal): -16165529 or 6771977. OLE color: 6771977.

HSL color Cylindrical-coordinate representation of color #095567: hue angle of 191.49º 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 #095567 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 85 103 -
CMYK 0.91 0.17 0 0.60
HSL 191.49º 0.84% 0.22% -
HSV(B) 191.49º 0.91% 0.4% -
XYZ 5.81 7.53 13.98 -
YUV 64.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 9 85 103 0.91 0.17 0 0.60 191.49 0.84 0.22
Hex 9 55 67 5B 11 0 3C BF 54 16
Octal 11 125 147 133 21 0 74 277 124 26
Binary 1001 1010101 1100111 1011011 10001 0 111100 10111111 1010100 10110

Color Harmonies of #095567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095567

Black with #095567

Text Example


Text Example

White with #095567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095567; }

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

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

background-color css

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

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

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

border-color css

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

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

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