Html Css Color HEX #095863 Blue Lagoon

📋 copy color: '#095863'

red 9 ◦ green 88 ◦ blue 99

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

Shades of Blue Lagoon #095863

Tints of Blue Lagoon #095863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 4.59%
G = 44.9%
B = 50.51%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095863 (or 0x095863) is known color: Blue Lagoon. HEX triplet: 09, 58 and 63. RGB value is (9,88,99). Sum of RGB (Red+Green+Blue) = 9+88+99=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #095863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095863 is #F6A79C. Grayscale: #414141. Windows color (decimal): -16164765 or 6510601. OLE color: 6510601.

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

Color convert

RGB 9 88 99 -
CMYK 0.91 0.11 0 0.61
HSL 187.33º 0.83% 0.21% -
HSV(B) 187.33º 0.91% 0.39% -
XYZ 5.85 7.94 13.03 -
YUV 65.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 9 88 99 0.91 0.11 0 0.61 187.33 0.83 0.21
Hex 9 58 63 5B B 0 3D BB 53 15
Octal 11 130 143 133 13 0 75 273 123 25
Binary 1001 1011000 1100011 1011011 1011 0 111101 10111011 1010011 10101

Color Harmonies of #095863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095863

Black with #095863

Text Example


Text Example

White with #095863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095863; }

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

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

background-color css

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

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

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

border-color css

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

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

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