Html Css Color HEX #095864 Blue Lagoon

📋 copy color: '#095864'

red 9 ◦ green 88 ◦ blue 100

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

Shades of Blue Lagoon #095864

Tints of Blue Lagoon #095864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.76%

R = 4.57%
G = 44.67%
B = 50.76%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095864 (or 0x095864) is known color: Blue Lagoon. HEX triplet: 09, 58 and 64. RGB value is (9,88,100). Sum of RGB (Red+Green+Blue) = 9+88+100=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #095864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095864 is #F6A79B. Grayscale: #414141. Windows color (decimal): -16164764 or 6576137. OLE color: 6576137.

HSL color Cylindrical-coordinate representation of color #095864: hue angle of 187.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095864 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 88 100 -
CMYK 0.91 0.12 0 0.61
HSL 187.91º 0.83% 0.21% -
HSV(B) 187.91º 0.91% 0.39% -
XYZ 5.9 7.96 13.28 -
YUV 65.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 9 88 100 0.91 0.12 0 0.61 187.91 0.83 0.21
Hex 9 58 64 5B C 0 3D BC 53 15
Octal 11 130 144 133 14 0 75 274 123 25
Binary 1001 1011000 1100100 1011011 1100 0 111101 10111100 1010011 10101

Color Harmonies of #095864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095864

Black with #095864

Text Example


Text Example

White with #095864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095864; }

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

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

background-color css

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

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

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

border-color css

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

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

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