Html Css Color HEX #09537A Dark Cerulean

📋 copy color: '#09537A'

red 9 ◦ green 83 ◦ blue 122

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

Shades of Dark Cerulean #09537A

Tints of Dark Cerulean #09537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

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

R = 4.21%
G = 38.79%
B = 57.01%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09537A (or 0x09537A) is known color: Dark Cerulean. HEX triplet: 09, 53 and 7A. RGB value is (9,83,122). Sum of RGB (Red+Green+Blue) = 9+83+122=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #09537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09537A is #F6AC85. Grayscale: #414141. Windows color (decimal): -16166022 or 8016649. OLE color: 8016649.

HSL color Cylindrical-coordinate representation of color #09537A: hue angle of 200.71º 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 #09537A is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 83 122 -
CMYK 0.93 0.32 0 0.52
HSL 200.71º 0.86% 0.26% -
HSV(B) 200.71º 0.93% 0.48% -
XYZ 6.72 7.65 19.53 -
YUV 65.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 9 83 122 0.93 0.32 0 0.52 200.71 0.86 0.26
Hex 9 53 7A 5D 20 0 34 C9 56 1A
Octal 11 123 172 135 40 0 64 311 126 32
Binary 1001 1010011 1111010 1011101 100000 0 110100 11001001 1010110 11010

Color Harmonies of #09537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09537A

Black with #09537A

Text Example


Text Example

White with #09537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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