Html Css Color HEX #04548A Dark Cerulean

📋 copy color: '#04548A'

red 4 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #04548A

Tints of Dark Cerulean #04548A

RGB

 RED value IS 4 (1.95% from 255) = 1.77%

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

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

R = 1.77%
G = 37.17%
B = 61.06%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04548A (or 0x04548A) is known color: Dark Cerulean. HEX triplet: 04, 54 and 8A. RGB value is (4,84,138). Sum of RGB (Red+Green+Blue) = 4+84+138=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #04548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548A is #FBAB75. Grayscale: #414141. Windows color (decimal): -16493430 or 9065476. OLE color: 9065476.

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

Color convert

RGB 4 84 138 -
CMYK 0.97 0.39 0 0.46
HSL 204.18º 0.94% 0.28% -
HSV(B) 204.18º 0.97% 0.54% -
XYZ 7.81 8.2 25.22 -
YUV 66.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 4 84 138 0.97 0.39 0 0.46 204.18 0.94 0.28
Hex 4 54 8A 61 27 0 2E CC 5E 1C
Octal 4 124 212 141 47 0 56 314 136 34
Binary 100 1010100 10001010 1100001 100111 0 101110 11001100 1011110 11100

Color Harmonies of #04548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04548A

Black with #04548A

Text Example


Text Example

White with #04548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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