Html Css Color HEX #09607C Blue Lagoon

📋 copy color: '#09607C'

red 9 ◦ green 96 ◦ blue 124

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

Shades of Blue Lagoon #09607C

Tints of Blue Lagoon #09607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 3.93%
G = 41.92%
B = 54.15%

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

#09607C (or 0x09607C) is known color: Blue Lagoon. HEX triplet: 09, 60 and 7C. RGB value is (9,96,124). Sum of RGB (Red+Green+Blue) = 9+96+124=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #09607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09607C is #F69F83. Grayscale: #484848. Windows color (decimal): -16162692 or 8151049. OLE color: 8151049.

HSL color Cylindrical-coordinate representation of color #09607C: hue angle of 194.61º degrees, saturation: 0.86, 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 #09607C is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 96 124 -
CMYK 0.93 0.23 0 0.51
HSL 194.61º 0.86% 0.26% -
HSV(B) 194.61º 0.93% 0.49% -
XYZ 7.93 9.88 20.56 -
YUV 73.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 9 96 124 0.93 0.23 0 0.51 194.61 0.86 0.26
Hex 9 60 7C 5D 17 0 33 C3 56 1A
Octal 11 140 174 135 27 0 63 303 126 32
Binary 1001 1100000 1111100 1011101 10111 0 110011 11000011 1010110 11010

Color Harmonies of #09607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09607C

Black with #09607C

Text Example


Text Example

White with #09607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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