Html Css Color HEX #095062 Blue Lagoon

📋 copy color: '#095062'

red 9 ◦ green 80 ◦ blue 98

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

Shades of Blue Lagoon #095062

Tints of Blue Lagoon #095062

RGB

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

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

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

R = 4.81%
G = 42.78%
B = 52.41%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095062 (or 0x095062) is known color: Blue Lagoon. HEX triplet: 09, 50 and 62. RGB value is (9,80,98). Sum of RGB (Red+Green+Blue) = 9+80+98=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #095062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095062 is #F6AF9D. Grayscale: #3C3C3C. Windows color (decimal): -16166814 or 6443017. OLE color: 6443017.

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

Color convert

RGB 9 80 98 -
CMYK 0.91 0.18 0 0.62
HSL 192.13º 0.83% 0.21% -
HSV(B) 192.13º 0.91% 0.38% -
XYZ 5.19 6.68 12.57 -
YUV 60.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 9 80 98 0.91 0.18 0 0.62 192.13 0.83 0.21
Hex 9 50 62 5B 12 0 3E C0 53 15
Octal 11 120 142 133 22 0 76 300 123 25
Binary 1001 1010000 1100010 1011011 10010 0 111110 11000000 1010011 10101

Color Harmonies of #095062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095062

Black with #095062

Text Example


Text Example

White with #095062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095062; }

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

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

background-color css

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

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

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

border-color css

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

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

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