Html Css Color HEX #09508C Dark Cerulean

📋 copy color: '#09508C'

red 9 ◦ green 80 ◦ blue 140

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

Shades of Dark Cerulean #09508C

Tints of Dark Cerulean #09508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 3.93%
G = 34.93%
B = 61.14%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09508C (or 0x09508C) is known color: Dark Cerulean. HEX triplet: 09, 50 and 8C. RGB value is (9,80,140). Sum of RGB (Red+Green+Blue) = 9+80+140=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #09508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09508C is #F6AF73. Grayscale: #414141. Windows color (decimal): -16166772 or 9195529. OLE color: 9195529.

HSL color Cylindrical-coordinate representation of color #09508C: hue angle of 207.48º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09508C is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 80 140 -
CMYK 0.94 0.43 0 0.45
HSL 207.48º 0.88% 0.29% -
HSV(B) 207.48º 0.94% 0.55% -
XYZ 7.71 7.69 25.89 -
YUV 65.61 169.98 87.62 -
System Red Green Blue C M Y K H S L
Decimal 9 80 140 0.94 0.43 0 0.45 207.48 0.88 0.29
Hex 9 50 8C 5E 2B 0 2D CF 58 1D
Octal 11 120 214 136 53 0 55 317 130 35
Binary 1001 1010000 10001100 1011110 101011 0 101101 11001111 1011000 11101

Color Harmonies of #09508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09508C

Black with #09508C

Text Example


Text Example

White with #09508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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