Html Css Color HEX #095464 Blue Lagoon

📋 copy color: '#095464'

red 9 ◦ green 84 ◦ blue 100

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

Shades of Blue Lagoon #095464

Tints of Blue Lagoon #095464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 51.81%

R = 4.66%
G = 43.52%
B = 51.81%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095464 (or 0x095464) is known color: Blue Lagoon. HEX triplet: 09, 54 and 64. RGB value is (9,84,100). Sum of RGB (Red+Green+Blue) = 9+84+100=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #095464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095464 is #F6AB9B. Grayscale: #3F3F3F. Windows color (decimal): -16165788 or 6575113. OLE color: 6575113.

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

Color convert

RGB 9 84 100 -
CMYK 0.91 0.16 0 0.61
HSL 190.55º 0.83% 0.21% -
HSV(B) 190.55º 0.91% 0.39% -
XYZ 5.58 7.32 13.18 -
YUV 63.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 9 84 100 0.91 0.16 0 0.61 190.55 0.83 0.21
Hex 9 54 64 5B 10 0 3D BF 53 15
Octal 11 124 144 133 20 0 75 277 123 25
Binary 1001 1010100 1100100 1011011 10000 0 111101 10111111 1010011 10101

Color Harmonies of #095464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095464

Black with #095464

Text Example


Text Example

White with #095464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095464; }

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

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

background-color css

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

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

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

border-color css

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

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

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