Html Css Color HEX #095462 Blue Lagoon

📋 copy color: '#095462'

red 9 ◦ green 84 ◦ blue 98

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

Shades of Blue Lagoon #095462

Tints of Blue Lagoon #095462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 4.71%
G = 43.98%
B = 51.31%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095462 (or 0x095462) is known color: Blue Lagoon. HEX triplet: 09, 54 and 62. RGB value is (9,84,98). Sum of RGB (Red+Green+Blue) = 9+84+98=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #095462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095462 is #F6AB9D. Grayscale: #3F3F3F. Windows color (decimal): -16165790 or 6444041. OLE color: 6444041.

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

Color convert

RGB 9 84 98 -
CMYK 0.91 0.14 0 0.62
HSL 189.44º 0.83% 0.21% -
HSV(B) 189.44º 0.91% 0.38% -
XYZ 5.49 7.28 12.67 -
YUV 63.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 9 84 98 0.91 0.14 0 0.62 189.44 0.83 0.21
Hex 9 54 62 5B E 0 3E BD 53 15
Octal 11 124 142 133 16 0 76 275 123 25
Binary 1001 1010100 1100010 1011011 1110 0 111110 10111101 1010011 10101

Color Harmonies of #095462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095462

Black with #095462

Text Example


Text Example

White with #095462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095462; }

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

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

background-color css

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

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

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

border-color css

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

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

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