Html Css Color HEX #095265 Blue Lagoon

📋 copy color: '#095265'

red 9 ◦ green 82 ◦ blue 101

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

Shades of Blue Lagoon #095265

Tints of Blue Lagoon #095265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

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

R = 4.69%
G = 42.71%
B = 52.6%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095265 (or 0x095265) is known color: Blue Lagoon. HEX triplet: 09, 52 and 65. RGB value is (9,82,101). Sum of RGB (Red+Green+Blue) = 9+82+101=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #095265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095265 is #F6AD9A. Grayscale: #3E3E3E. Windows color (decimal): -16166299 or 6640137. OLE color: 6640137.

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

Color convert

RGB 9 82 101 -
CMYK 0.91 0.19 0 0.60
HSL 192.39º 0.84% 0.22% -
HSV(B) 192.39º 0.91% 0.4% -
XYZ 5.48 7.03 13.38 -
YUV 62.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 9 82 101 0.91 0.19 0 0.60 192.39 0.84 0.22
Hex 9 52 65 5B 13 0 3C C0 54 16
Octal 11 122 145 133 23 0 74 300 124 26
Binary 1001 1010010 1100101 1011011 10011 0 111100 11000000 1010100 10110

Color Harmonies of #095265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095265

Black with #095265

Text Example


Text Example

White with #095265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095265; }

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

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

background-color css

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

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

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

border-color css

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

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

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