Html Css Color HEX #095461 Blue Lagoon

📋 copy color: '#095461'

red 9 ◦ green 84 ◦ blue 97

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

Shades of Blue Lagoon #095461

Tints of Blue Lagoon #095461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 4.74%
G = 44.21%
B = 51.05%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095461 (or 0x095461) is known color: Blue Lagoon. HEX triplet: 09, 54 and 61. RGB value is (9,84,97). Sum of RGB (Red+Green+Blue) = 9+84+97=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #095461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095461 is #F6AB9E. Grayscale: #3E3E3E. Windows color (decimal): -16165791 or 6378505. OLE color: 6378505.

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

Color convert

RGB 9 84 97 -
CMYK 0.91 0.13 0 0.62
HSL 188.86º 0.83% 0.21% -
HSV(B) 188.86º 0.91% 0.38% -
XYZ 5.44 7.26 12.42 -
YUV 63.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 9 84 97 0.91 0.13 0 0.62 188.86 0.83 0.21
Hex 9 54 61 5B D 0 3E BD 53 15
Octal 11 124 141 133 15 0 76 275 123 25
Binary 1001 1010100 1100001 1011011 1101 0 111110 10111101 1010011 10101

Color Harmonies of #095461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095461

Black with #095461

Text Example


Text Example

White with #095461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095461; }

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

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

background-color css

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

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

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

border-color css

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

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

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