Html Css Color HEX #096268 Blue Lagoon

📋 copy color: '#096268'

red 9 ◦ green 98 ◦ blue 104

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

Shades of Blue Lagoon #096268

Tints of Blue Lagoon #096268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

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

R = 4.27%
G = 46.45%
B = 49.29%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096268 (or 0x096268) is known color: Blue Lagoon. HEX triplet: 09, 62 and 68. RGB value is (9,98,104). Sum of RGB (Red+Green+Blue) = 9+98+104=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #096268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096268 is #F69D97. Grayscale: #474747. Windows color (decimal): -16162200 or 6840841. OLE color: 6840841.

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

Color convert

RGB 9 98 104 -
CMYK 0.91 0.06 0 0.59
HSL 183.79º 0.84% 0.22% -
HSV(B) 183.79º 0.91% 0.41% -
XYZ 6.98 9.79 14.62 -
YUV 72.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 9 98 104 0.91 0.06 0 0.59 183.79 0.84 0.22
Hex 9 62 68 5B 6 0 3B B8 54 16
Octal 11 142 150 133 6 0 73 270 124 26
Binary 1001 1100010 1101000 1011011 110 0 111011 10111000 1010100 10110

Color Harmonies of #096268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096268

Black with #096268

Text Example


Text Example

White with #096268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096268; }

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

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

background-color css

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

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

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

border-color css

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

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

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