Html Css Color HEX #09488A Dark Cerulean

📋 copy color: '#09488A'

red 9 ◦ green 72 ◦ blue 138

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

Shades of Dark Cerulean #09488A

Tints of Dark Cerulean #09488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

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

R = 4.11%
G = 32.88%
B = 63.01%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09488A (or 0x09488A) is known color: Dark Cerulean. HEX triplet: 09, 48 and 8A. RGB value is (9,72,138). Sum of RGB (Red+Green+Blue) = 9+72+138=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #09488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09488A is #F6B775. Grayscale: #3C3C3C. Windows color (decimal): -16168822 or 9062409. OLE color: 9062409.

HSL color Cylindrical-coordinate representation of color #09488A: hue angle of 210.7º 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 #09488A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 72 138 -
CMYK 0.93 0.48 0 0.46
HSL 210.7º 0.88% 0.29% -
HSV(B) 210.7º 0.93% 0.54% -
XYZ 7.02 6.53 24.93 -
YUV 60.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 9 72 138 0.93 0.48 0 0.46 210.7 0.88 0.29
Hex 9 48 8A 5D 30 0 2E D3 58 1D
Octal 11 110 212 135 60 0 56 323 130 35
Binary 1001 1001000 10001010 1011101 110000 0 101110 11010011 1011000 11101

Color Harmonies of #09488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09488A

Black with #09488A

Text Example


Text Example

White with #09488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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