Html Css Color HEX #096367 Blue Lagoon

📋 copy color: '#096367'

red 9 ◦ green 99 ◦ blue 103

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

Shades of Blue Lagoon #096367

Tints of Blue Lagoon #096367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 4.27%
G = 46.92%
B = 48.82%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#096367 (or 0x096367) is known color: Blue Lagoon. HEX triplet: 09, 63 and 67. RGB value is (9,99,103). Sum of RGB (Red+Green+Blue) = 9+99+103=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #096367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096367 is #F69C98. Grayscale: #484848. Windows color (decimal): -16161945 or 6775561. OLE color: 6775561.

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

Color convert

RGB 9 99 103 -
CMYK 0.91 0.04 0 0.60
HSL 182.55º 0.84% 0.22% -
HSV(B) 182.55º 0.91% 0.4% -
XYZ 7.02 9.96 14.38 -
YUV 72.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 9 99 103 0.91 0.04 0 0.60 182.55 0.84 0.22
Hex 9 63 67 5B 4 0 3C B7 54 16
Octal 11 143 147 133 4 0 74 267 124 26
Binary 1001 1100011 1100111 1011011 100 0 111100 10110111 1010100 10110

Color Harmonies of #096367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096367

Black with #096367

Text Example


Text Example

White with #096367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096367; }

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

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

background-color css

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

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

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

border-color css

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

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

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