Html Css Color HEX #095262 Blue Lagoon

📋 copy color: '#095262'

red 9 ◦ green 82 ◦ blue 98

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

Shades of Blue Lagoon #095262

Tints of Blue Lagoon #095262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 4.76%
G = 43.39%
B = 51.85%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095262 (or 0x095262) is known color: Blue Lagoon. HEX triplet: 09, 52 and 62. RGB value is (9,82,98). Sum of RGB (Red+Green+Blue) = 9+82+98=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #095262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095262 is #F6AD9D. Grayscale: #3D3D3D. Windows color (decimal): -16166302 or 6443529. OLE color: 6443529.

HSL color Cylindrical-coordinate representation of color #095262: hue angle of 190.79º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095262 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 82 98 -
CMYK 0.91 0.16 0 0.62
HSL 190.79º 0.83% 0.21% -
HSV(B) 190.79º 0.91% 0.38% -
XYZ 5.33 6.97 12.62 -
YUV 62 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 9 82 98 0.91 0.16 0 0.62 190.79 0.83 0.21
Hex 9 52 62 5B 10 0 3E BF 53 15
Octal 11 122 142 133 20 0 76 277 123 25
Binary 1001 1010010 1100010 1011011 10000 0 111110 10111111 1010011 10101

Color Harmonies of #095262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095262

Black with #095262

Text Example


Text Example

White with #095262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095262; }

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

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

background-color css

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

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

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

border-color css

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

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

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