Html Css Color HEX #09508A Dark Cerulean

📋 copy color: '#09508A'

red 9 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #09508A

Tints of Dark Cerulean #09508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 3.96%
G = 35.24%
B = 60.79%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09508A (or 0x09508A) is known color: Dark Cerulean. HEX triplet: 09, 50 and 8A. RGB value is (9,80,138). Sum of RGB (Red+Green+Blue) = 9+80+138=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #09508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09508A is #F6AF75. Grayscale: #414141. Windows color (decimal): -16166774 or 9064457. OLE color: 9064457.

HSL color Cylindrical-coordinate representation of color #09508A: hue angle of 206.98º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09508A is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 80 138 -
CMYK 0.93 0.42 0 0.46
HSL 206.98º 0.88% 0.29% -
HSV(B) 206.98º 0.93% 0.54% -
XYZ 7.57 7.63 25.12 -
YUV 65.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 9 80 138 0.93 0.42 0 0.46 206.98 0.88 0.29
Hex 9 50 8A 5D 2A 0 2E CF 58 1D
Octal 11 120 212 135 52 0 56 317 130 35
Binary 1001 1010000 10001010 1011101 101010 0 101110 11001111 1011000 11101

Color Harmonies of #09508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09508A

Black with #09508A

Text Example


Text Example

White with #09508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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