Html Css Color HEX #095269 Blue Lagoon

📋 copy color: '#095269'

red 9 ◦ green 82 ◦ blue 105

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

Shades of Blue Lagoon #095269

Tints of Blue Lagoon #095269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 4.59%
G = 41.84%
B = 53.57%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#095269 (or 0x095269) is known color: Blue Lagoon. HEX triplet: 09, 52 and 69. RGB value is (9,82,105). Sum of RGB (Red+Green+Blue) = 9+82+105=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #095269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095269 is #F6AD96. Grayscale: #3E3E3E. Windows color (decimal): -16166295 or 6902281. OLE color: 6902281.

HSL color Cylindrical-coordinate representation of color #095269: hue angle of 194.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095269 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 82 105 -
CMYK 0.91 0.22 0 0.59
HSL 194.38º 0.84% 0.22% -
HSV(B) 194.38º 0.91% 0.41% -
XYZ 5.68 7.11 14.44 -
YUV 62.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 9 82 105 0.91 0.22 0 0.59 194.38 0.84 0.22
Hex 9 52 69 5B 16 0 3B C2 54 16
Octal 11 122 151 133 26 0 73 302 124 26
Binary 1001 1010010 1101001 1011011 10110 0 111011 11000010 1010100 10110

Color Harmonies of #095269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095269

Black with #095269

Text Example


Text Example

White with #095269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095269; }

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

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

background-color css

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

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

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

border-color css

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

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

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