Html Css Color HEX #09527C Dark Cerulean

📋 copy color: '#09527C'

red 9 ◦ green 82 ◦ blue 124

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

Shades of Dark Cerulean #09527C

Tints of Dark Cerulean #09527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 4.19%
G = 38.14%
B = 57.67%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09527C (or 0x09527C) is known color: Dark Cerulean. HEX triplet: 09, 52 and 7C. RGB value is (9,82,124). Sum of RGB (Red+Green+Blue) = 9+82+124=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #09527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09527C is #F6AD83. Grayscale: #404040. Windows color (decimal): -16166276 or 8147465. OLE color: 8147465.

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

Color convert

RGB 9 82 124 -
CMYK 0.93 0.34 0 0.51
HSL 201.91º 0.86% 0.26% -
HSV(B) 201.91º 0.93% 0.49% -
XYZ 6.77 7.55 20.17 -
YUV 64.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 9 82 124 0.93 0.34 0 0.51 201.91 0.86 0.26
Hex 9 52 7C 5D 22 0 33 CA 56 1A
Octal 11 122 174 135 42 0 63 312 126 32
Binary 1001 1010010 1111100 1011101 100010 0 110011 11001010 1010110 11010

Color Harmonies of #09527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09527C

Black with #09527C

Text Example


Text Example

White with #09527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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