Html Css Color HEX #095267 Blue Lagoon

📋 copy color: '#095267'

red 9 ◦ green 82 ◦ blue 103

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

Shades of Blue Lagoon #095267

Tints of Blue Lagoon #095267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 4.64%
G = 42.27%
B = 53.09%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095267 (or 0x095267) is known color: Blue Lagoon. HEX triplet: 09, 52 and 67. RGB value is (9,82,103). Sum of RGB (Red+Green+Blue) = 9+82+103=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #095267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095267 is #F6AD98. Grayscale: #3E3E3E. Windows color (decimal): -16166297 or 6771209. OLE color: 6771209.

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

Color convert

RGB 9 82 103 -
CMYK 0.91 0.20 0 0.60
HSL 193.4º 0.84% 0.22% -
HSV(B) 193.4º 0.91% 0.4% -
XYZ 5.58 7.07 13.9 -
YUV 62.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 9 82 103 0.91 0.20 0 0.60 193.4 0.84 0.22
Hex 9 52 67 5B 14 0 3C C1 54 16
Octal 11 122 147 133 24 0 74 301 124 26
Binary 1001 1010010 1100111 1011011 10100 0 111100 11000001 1010100 10110

Color Harmonies of #095267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095267

Black with #095267

Text Example


Text Example

White with #095267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095267; }

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

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

background-color css

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

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

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

border-color css

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

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

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