Html Css Color HEX #09607D Blue Lagoon

📋 copy color: '#09607D'

red 9 ◦ green 96 ◦ blue 125

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

Shades of Blue Lagoon #09607D

Tints of Blue Lagoon #09607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 3.91%
G = 41.74%
B = 54.35%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09607D (or 0x09607D) is known color: Blue Lagoon. HEX triplet: 09, 60 and 7D. RGB value is (9,96,125). Sum of RGB (Red+Green+Blue) = 9+96+125=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #09607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09607D is #F69F82. Grayscale: #494949. Windows color (decimal): -16162691 or 8216585. OLE color: 8216585.

HSL color Cylindrical-coordinate representation of color #09607D: hue angle of 195º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09607D is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 96 125 -
CMYK 0.93 0.23 0 0.51
HSL 195º 0.87% 0.26% -
HSV(B) 195º 0.93% 0.49% -
XYZ 8 9.9 20.89 -
YUV 73.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 9 96 125 0.93 0.23 0 0.51 195 0.87 0.26
Hex 9 60 7D 5D 17 0 33 C3 57 1A
Octal 11 140 175 135 27 0 63 303 127 32
Binary 1001 1100000 1111101 1011101 10111 0 110011 11000011 1010111 11010

Color Harmonies of #09607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09607D

Black with #09607D

Text Example


Text Example

White with #09607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09607D; }

 p { color: rgb(9,96,125); }

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

background-color css

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

 a { background-color: rgb(9,96,125); }

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

border-color css

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

 span { border-color: rgb(9,96,125); }

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