Html Css Color HEX #09508F Dark Cerulean

📋 copy color: '#09508F'

red 9 ◦ green 80 ◦ blue 143

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

Shades of Dark Cerulean #09508F

Tints of Dark Cerulean #09508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 3.88%
G = 34.48%
B = 61.64%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09508F (or 0x09508F) is known color: Dark Cerulean. HEX triplet: 09, 50 and 8F. RGB value is (9,80,143). Sum of RGB (Red+Green+Blue) = 9+80+143=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #09508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09508F is #F6AF70. Grayscale: #414141. Windows color (decimal): -16166769 or 9392137. OLE color: 9392137.

HSL color Cylindrical-coordinate representation of color #09508F: hue angle of 208.21º 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 #09508F is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 80 143 -
CMYK 0.94 0.44 0 0.44
HSL 208.21º 0.88% 0.3% -
HSV(B) 208.21º 0.94% 0.56% -
XYZ 7.94 7.78 27.07 -
YUV 65.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 9 80 143 0.94 0.44 0 0.44 208.21 0.88 0.3
Hex 9 50 8F 5E 2C 0 2C D0 58 1E
Octal 11 120 217 136 54 0 54 320 130 36
Binary 1001 1010000 10001111 1011110 101100 0 101100 11010000 1011000 11110

Color Harmonies of #09508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09508F

Black with #09508F

Text Example


Text Example

White with #09508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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