Html Css Color HEX #09627A Blue Lagoon

📋 copy color: '#09627A'

red 9 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #09627A

Tints of Blue Lagoon #09627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 3.93%
G = 42.79%
B = 53.28%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09627A (or 0x09627A) is known color: Blue Lagoon. HEX triplet: 09, 62 and 7A. RGB value is (9,98,122). Sum of RGB (Red+Green+Blue) = 9+98+122=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #09627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09627A is #F69D85. Grayscale: #494949. Windows color (decimal): -16162182 or 8020489. OLE color: 8020489.

HSL color Cylindrical-coordinate representation of color #09627A: hue angle of 192.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09627A is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 98 122 -
CMYK 0.93 0.20 0 0.52
HSL 192.74º 0.86% 0.26% -
HSV(B) 192.74º 0.93% 0.48% -
XYZ 7.99 10.2 19.96 -
YUV 74.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 9 98 122 0.93 0.20 0 0.52 192.74 0.86 0.26
Hex 9 62 7A 5D 14 0 34 C1 56 1A
Octal 11 142 172 135 24 0 64 301 126 32
Binary 1001 1100010 1111010 1011101 10100 0 110100 11000001 1010110 11010

Color Harmonies of #09627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09627A

Black with #09627A

Text Example


Text Example

White with #09627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09627A; }

 p { color: rgb(9,98,122); }

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

background-color css

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

 a { background-color: rgb(9,98,122); }

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

border-color css

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

 span { border-color: rgb(9,98,122); }

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