Html Css Color HEX #095066 Blue Lagoon

📋 copy color: '#095066'

red 9 ◦ green 80 ◦ blue 102

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

Shades of Blue Lagoon #095066

Tints of Blue Lagoon #095066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 4.71%
G = 41.88%
B = 53.4%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095066 (or 0x095066) is known color: Blue Lagoon. HEX triplet: 09, 50 and 66. RGB value is (9,80,102). Sum of RGB (Red+Green+Blue) = 9+80+102=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #095066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095066 is #F6AF99. Grayscale: #3D3D3D. Windows color (decimal): -16166810 or 6705161. OLE color: 6705161.

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

Color convert

RGB 9 80 102 -
CMYK 0.91 0.22 0 0.6
HSL 194.19º 0.84% 0.22% -
HSV(B) 194.19º 0.91% 0.4% -
XYZ 5.38 6.75 13.59 -
YUV 61.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 9 80 102 0.91 0.22 0 0.6 194.19 0.84 0.22
Hex 9 50 66 5B 16 0 3C C2 54 16
Octal 11 120 146 133 26 0 74 302 124 26
Binary 1001 1010000 1100110 1011011 10110 0 111100 11000010 1010100 10110

Color Harmonies of #095066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095066

Black with #095066

Text Example


Text Example

White with #095066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095066; }

 p { color: rgb(9,80,102); }

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

background-color css

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

 a { background-color: rgb(9,80,102); }

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

border-color css

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

 span { border-color: rgb(9,80,102); }

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