Html Css Color HEX #095067 Blue Lagoon

📋 copy color: '#095067'

red 9 ◦ green 80 ◦ blue 103

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

Shades of Blue Lagoon #095067

Tints of Blue Lagoon #095067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 4.69%
G = 41.67%
B = 53.65%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095067 (or 0x095067) is known color: Blue Lagoon. HEX triplet: 09, 50 and 67. RGB value is (9,80,103). Sum of RGB (Red+Green+Blue) = 9+80+103=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #095067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095067 is #F6AF98. Grayscale: #3D3D3D. Windows color (decimal): -16166809 or 6770697. OLE color: 6770697.

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

Color convert

RGB 9 80 103 -
CMYK 0.91 0.22 0 0.60
HSL 194.68º 0.84% 0.22% -
HSV(B) 194.68º 0.91% 0.4% -
XYZ 5.43 6.77 13.85 -
YUV 61.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 9 80 103 0.91 0.22 0 0.60 194.68 0.84 0.22
Hex 9 50 67 5B 16 0 3C C3 54 16
Octal 11 120 147 133 26 0 74 303 124 26
Binary 1001 1010000 1100111 1011011 10110 0 111100 11000011 1010100 10110

Color Harmonies of #095067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095067

Black with #095067

Text Example


Text Example

White with #095067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095067; }

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

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

background-color css

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

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

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

border-color css

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

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

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