Html Css Color HEX #095867 Blue Lagoon

📋 copy color: '#095867'

red 9 ◦ green 88 ◦ blue 103

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

Shades of Blue Lagoon #095867

Tints of Blue Lagoon #095867

RGB

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

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

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

R = 4.5%
G = 44%
B = 51.5%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095867 (or 0x095867) is known color: Blue Lagoon. HEX triplet: 09, 58 and 67. RGB value is (9,88,103). Sum of RGB (Red+Green+Blue) = 9+88+103=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #095867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095867 is #F6A798. Grayscale: #414141. Windows color (decimal): -16164761 or 6772745. OLE color: 6772745.

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

Color convert

RGB 9 88 103 -
CMYK 0.91 0.15 0 0.60
HSL 189.57º 0.84% 0.22% -
HSV(B) 189.57º 0.91% 0.4% -
XYZ 6.05 8.02 14.06 -
YUV 66.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 9 88 103 0.91 0.15 0 0.60 189.57 0.84 0.22
Hex 9 58 67 5B F 0 3C BE 54 16
Octal 11 130 147 133 17 0 74 276 124 26
Binary 1001 1011000 1100111 1011011 1111 0 111100 10111110 1010100 10110

Color Harmonies of #095867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095867

Black with #095867

Text Example


Text Example

White with #095867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095867; }

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

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

background-color css

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

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

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

border-color css

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

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

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