Html Css Color HEX #095465 Blue Lagoon

📋 copy color: '#095465'

red 9 ◦ green 84 ◦ blue 101

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

Shades of Blue Lagoon #095465

Tints of Blue Lagoon #095465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.06%

R = 4.64%
G = 43.3%
B = 52.06%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095465 (or 0x095465) is known color: Blue Lagoon. HEX triplet: 09, 54 and 65. RGB value is (9,84,101). Sum of RGB (Red+Green+Blue) = 9+84+101=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #095465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095465 is #F6AB9A. Grayscale: #3F3F3F. Windows color (decimal): -16165787 or 6640649. OLE color: 6640649.

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

Color convert

RGB 9 84 101 -
CMYK 0.91 0.17 0 0.60
HSL 191.09º 0.84% 0.22% -
HSV(B) 191.09º 0.91% 0.4% -
XYZ 5.63 7.34 13.43 -
YUV 63.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 9 84 101 0.91 0.17 0 0.60 191.09 0.84 0.22
Hex 9 54 65 5B 11 0 3C BF 54 16
Octal 11 124 145 133 21 0 74 277 124 26
Binary 1001 1010100 1100101 1011011 10001 0 111100 10111111 1010100 10110

Color Harmonies of #095465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095465

Black with #095465

Text Example


Text Example

White with #095465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095465; }

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

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

background-color css

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

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

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

border-color css

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

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

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