Html Css Color HEX #09507C Dark Cerulean

📋 copy color: '#09507C'

red 9 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #09507C

Tints of Dark Cerulean #09507C

RGB

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

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

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

R = 4.23%
G = 37.56%
B = 58.22%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09507C (or 0x09507C) is known color: Dark Cerulean. HEX triplet: 09, 50 and 7C. RGB value is (9,80,124). Sum of RGB (Red+Green+Blue) = 9+80+124=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #09507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09507C is #F6AF83. Grayscale: #3F3F3F. Windows color (decimal): -16166788 or 8146953. OLE color: 8146953.

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

Color convert

RGB 9 80 124 -
CMYK 0.93 0.35 0 0.51
HSL 202.96º 0.86% 0.26% -
HSV(B) 202.96º 0.93% 0.49% -
XYZ 6.62 7.25 20.12 -
YUV 63.79 161.98 88.92 -
System Red Green Blue C M Y K H S L
Decimal 9 80 124 0.93 0.35 0 0.51 202.96 0.86 0.26
Hex 9 50 7C 5D 23 0 33 CB 56 1A
Octal 11 120 174 135 43 0 63 313 126 32
Binary 1001 1010000 1111100 1011101 100011 0 110011 11001011 1010110 11010

Color Harmonies of #09507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09507C

Black with #09507C

Text Example


Text Example

White with #09507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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