Html Css Color HEX #09528E Dark Cerulean

📋 copy color: '#09528E'

red 9 ◦ green 82 ◦ blue 142

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

Shades of Dark Cerulean #09528E

Tints of Dark Cerulean #09528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 3.86%
G = 35.19%
B = 60.94%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09528E (or 0x09528E) is known color: Dark Cerulean. HEX triplet: 09, 52 and 8E. RGB value is (9,82,142). Sum of RGB (Red+Green+Blue) = 9+82+142=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #09528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09528E is #F6AD71. Grayscale: #424242. Windows color (decimal): -16166258 or 9327113. OLE color: 9327113.

HSL color Cylindrical-coordinate representation of color #09528E: hue angle of 207.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09528E is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 82 142 -
CMYK 0.94 0.42 0 0.44
HSL 207.07º 0.88% 0.3% -
HSV(B) 207.07º 0.94% 0.56% -
XYZ 8.01 8.05 26.72 -
YUV 67.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 9 82 142 0.94 0.42 0 0.44 207.07 0.88 0.3
Hex 9 52 8E 5E 2A 0 2C CF 58 1E
Octal 11 122 216 136 52 0 54 317 130 36
Binary 1001 1010010 10001110 1011110 101010 0 101100 11001111 1011000 11110

Color Harmonies of #09528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09528E

Black with #09528E

Text Example


Text Example

White with #09528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09528E; }

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

 H1.HeaderClassName
 {
   color: #09528E;
 }
 .AnyTagClassName
 {
   color: #09528E;
 }
</style>

background-color css

<style>
 a { background-color: #09528E; }

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

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

border-color css

<style>
 span { border-color: #09528E; }

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

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