Html Css Color HEX #00548A Dark Cerulean

📋 copy color: '#00548A'

red 0 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #00548A

Tints of Dark Cerulean #00548A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.84%
B = 62.16%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00548A (or 0x00548A) is known color: Dark Cerulean. HEX triplet: 00, 54 and 8A. RGB value is (0,84,138). Sum of RGB (Red+Green+Blue) = 0+84+138=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #00548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00548A is #FFAB75. Grayscale: #404040. Windows color (decimal): -16755574 or 9065472. OLE color: 9065472.

HSL color Cylindrical-coordinate representation of color #00548A: hue angle of 203.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00548A is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 84 138 -
CMYK 1 0.39 0 0.46
HSL 203.48º 1% 0.27% -
HSV(B) 203.48º 1% 0.54% -
XYZ 7.76 8.18 25.21 -
YUV 65.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 0 84 138 1 0.39 0 0.46 203.48 1 0.27
Hex 0 54 8A 64 27 0 2E CB 64 1B
Octal 0 124 212 144 47 0 56 313 144 33
Binary 0 1010100 10001010 1100100 100111 0 101110 11001011 1100100 11011

Color Harmonies of #00548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00548A

Black with #00548A

Text Example


Text Example

White with #00548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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