Html Css Color HEX #095F67 Blue Lagoon

📋 copy color: '#095F67'

red 9 ◦ green 95 ◦ blue 103

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

Shades of Blue Lagoon #095F67

Tints of Blue Lagoon #095F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.89%

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

R = 4.35%
G = 45.89%
B = 49.76%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#095F67 (or 0x095F67) is known color: Blue Lagoon. HEX triplet: 09, 5F and 67. RGB value is (9,95,103). Sum of RGB (Red+Green+Blue) = 9+95+103=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #095F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F67 is #F6A098. Grayscale: #464646. Windows color (decimal): -16162969 or 6774537. OLE color: 6774537.

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

Color convert

RGB 9 95 103 -
CMYK 0.91 0.08 0 0.60
HSL 185.11º 0.84% 0.22% -
HSV(B) 185.11º 0.91% 0.4% -
XYZ 6.65 9.22 14.26 -
YUV 70.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 9 95 103 0.91 0.08 0 0.60 185.11 0.84 0.22
Hex 9 5F 67 5B 8 0 3C B9 54 16
Octal 11 137 147 133 10 0 74 271 124 26
Binary 1001 1011111 1100111 1011011 1000 0 111100 10111001 1010100 10110

Color Harmonies of #095F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F67

Black with #095F67

Text Example


Text Example

White with #095F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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