Html Css Color HEX #09548A Dark Cerulean

📋 copy color: '#09548A'

red 9 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #09548A

Tints of Dark Cerulean #09548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 3.9%
G = 36.36%
B = 59.74%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09548A (or 0x09548A) is known color: Dark Cerulean. HEX triplet: 09, 54 and 8A. RGB value is (9,84,138). Sum of RGB (Red+Green+Blue) = 9+84+138=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #09548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09548A is #F6AB75. Grayscale: #434343. Windows color (decimal): -16165750 or 9065481. OLE color: 9065481.

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

Color convert

RGB 9 84 138 -
CMYK 0.93 0.39 0 0.46
HSL 205.12º 0.88% 0.29% -
HSV(B) 205.12º 0.93% 0.54% -
XYZ 7.87 8.23 25.22 -
YUV 67.73 167.65 86.11 -
System Red Green Blue C M Y K H S L
Decimal 9 84 138 0.93 0.39 0 0.46 205.12 0.88 0.29
Hex 9 54 8A 5D 27 0 2E CD 58 1D
Octal 11 124 212 135 47 0 56 315 130 35
Binary 1001 1010100 10001010 1011101 100111 0 101110 11001101 1011000 11101

Color Harmonies of #09548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09548A

Black with #09548A

Text Example


Text Example

White with #09548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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