Html Css Color HEX #095968 Blue Lagoon

📋 copy color: '#095968'

red 9 ◦ green 89 ◦ blue 104

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

Shades of Blue Lagoon #095968

Tints of Blue Lagoon #095968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 4.46%
G = 44.06%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095968 (or 0x095968) is known color: Blue Lagoon. HEX triplet: 09, 59 and 68. RGB value is (9,89,104). Sum of RGB (Red+Green+Blue) = 9+89+104=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #095968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095968 is #F6A697. Grayscale: #424242. Windows color (decimal): -16164504 or 6838537. OLE color: 6838537.

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

Color convert

RGB 9 89 104 -
CMYK 0.91 0.14 0 0.59
HSL 189.47º 0.84% 0.22% -
HSV(B) 189.47º 0.91% 0.41% -
XYZ 6.18 8.2 14.35 -
YUV 66.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 9 89 104 0.91 0.14 0 0.59 189.47 0.84 0.22
Hex 9 59 68 5B E 0 3B BD 54 16
Octal 11 131 150 133 16 0 73 275 124 26
Binary 1001 1011001 1101000 1011011 1110 0 111011 10111101 1010100 10110

Color Harmonies of #095968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095968

Black with #095968

Text Example


Text Example

White with #095968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095968; }

 p { color: rgb(9,89,104); }

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

background-color css

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

 a { background-color: rgb(9,89,104); }

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

border-color css

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

 span { border-color: rgb(9,89,104); }

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