Html Css Color HEX #09507A Dark Cerulean

📋 copy color: '#09507A'

red 9 ◦ green 80 ◦ blue 122

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

Shades of Dark Cerulean #09507A

Tints of Dark Cerulean #09507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 4.27%
G = 37.91%
B = 57.82%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09507A (or 0x09507A) is known color: Dark Cerulean. HEX triplet: 09, 50 and 7A. RGB value is (9,80,122). Sum of RGB (Red+Green+Blue) = 9+80+122=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #09507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09507A is #F6AF85. Grayscale: #3F3F3F. Windows color (decimal): -16166790 or 8015881. OLE color: 8015881.

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

Color convert

RGB 9 80 122 -
CMYK 0.93 0.34 0 0.52
HSL 202.3º 0.86% 0.26% -
HSV(B) 202.3º 0.93% 0.48% -
XYZ 6.49 7.2 19.46 -
YUV 63.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 9 80 122 0.93 0.34 0 0.52 202.3 0.86 0.26
Hex 9 50 7A 5D 22 0 34 CA 56 1A
Octal 11 120 172 135 42 0 64 312 126 32
Binary 1001 1010000 1111010 1011101 100010 0 110100 11001010 1010110 11010

Color Harmonies of #09507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09507A

Black with #09507A

Text Example


Text Example

White with #09507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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