Html Css Color HEX #095463 Blue Lagoon

📋 copy color: '#095463'

red 9 ◦ green 84 ◦ blue 99

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

Shades of Blue Lagoon #095463

Tints of Blue Lagoon #095463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 4.69%
G = 43.75%
B = 51.56%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#095463 (or 0x095463) is known color: Blue Lagoon. HEX triplet: 09, 54 and 63. RGB value is (9,84,99). Sum of RGB (Red+Green+Blue) = 9+84+99=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #095463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095463 is #F6AB9C. Grayscale: #3F3F3F. Windows color (decimal): -16165789 or 6509577. OLE color: 6509577.

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

Color convert

RGB 9 84 99 -
CMYK 0.91 0.15 0 0.61
HSL 190º 0.83% 0.21% -
HSV(B) 190º 0.91% 0.39% -
XYZ 5.54 7.3 12.92 -
YUV 63.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 9 84 99 0.91 0.15 0 0.61 190 0.83 0.21
Hex 9 54 63 5B F 0 3D BE 53 15
Octal 11 124 143 133 17 0 75 276 123 25
Binary 1001 1010100 1100011 1011011 1111 0 111101 10111110 1010011 10101

Color Harmonies of #095463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095463

Black with #095463

Text Example


Text Example

White with #095463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095463; }

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

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

background-color css

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

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

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

border-color css

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

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

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