Html Css Color HEX #095869 Blue Lagoon

📋 copy color: '#095869'

red 9 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #095869

Tints of Blue Lagoon #095869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 4.46%
G = 43.56%
B = 51.98%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095869 (or 0x095869) is known color: Blue Lagoon. HEX triplet: 09, 58 and 69. RGB value is (9,88,105). Sum of RGB (Red+Green+Blue) = 9+88+105=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #095869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095869 is #F6A796. Grayscale: #424242. Windows color (decimal): -16164759 or 6903817. OLE color: 6903817.

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

Color convert

RGB 9 88 105 -
CMYK 0.91 0.16 0 0.59
HSL 190.63º 0.84% 0.22% -
HSV(B) 190.63º 0.91% 0.41% -
XYZ 6.15 8.06 14.6 -
YUV 66.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 9 88 105 0.91 0.16 0 0.59 190.63 0.84 0.22
Hex 9 58 69 5B 10 0 3B BF 54 16
Octal 11 130 151 133 20 0 73 277 124 26
Binary 1001 1011000 1101001 1011011 10000 0 111011 10111111 1010100 10110

Color Harmonies of #095869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095869

Black with #095869

Text Example


Text Example

White with #095869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095869; }

 p { color: rgb(9,88,105); }

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

background-color css

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

 a { background-color: rgb(9,88,105); }

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

border-color css

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

 span { border-color: rgb(9,88,105); }

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