Html Css Color HEX #095266 Blue Lagoon

📋 copy color: '#095266'

red 9 ◦ green 82 ◦ blue 102

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

Shades of Blue Lagoon #095266

Tints of Blue Lagoon #095266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

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

R = 4.66%
G = 42.49%
B = 52.85%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#095266 (or 0x095266) is known color: Blue Lagoon. HEX triplet: 09, 52 and 66. RGB value is (9,82,102). Sum of RGB (Red+Green+Blue) = 9+82+102=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #095266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095266 is #F6AD99. Grayscale: #3E3E3E. Windows color (decimal): -16166298 or 6705673. OLE color: 6705673.

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

Color convert

RGB 9 82 102 -
CMYK 0.91 0.20 0 0.6
HSL 192.9º 0.84% 0.22% -
HSV(B) 192.9º 0.91% 0.4% -
XYZ 5.53 7.05 13.64 -
YUV 62.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 9 82 102 0.91 0.20 0 0.6 192.9 0.84 0.22
Hex 9 52 66 5B 14 0 3C C1 54 16
Octal 11 122 146 133 24 0 74 301 124 26
Binary 1001 1010010 1100110 1011011 10100 0 111100 11000001 1010100 10110

Color Harmonies of #095266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095266

Black with #095266

Text Example


Text Example

White with #095266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095266; }

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

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

background-color css

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

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

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

border-color css

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

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

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