Html Css Color HEX #04538A Dark Cerulean

📋 copy color: '#04538A'

red 4 ◦ green 83 ◦ blue 138

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

Shades of Dark Cerulean #04538A

Tints of Dark Cerulean #04538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.89%

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

R = 1.78%
G = 36.89%
B = 61.33%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04538A (or 0x04538A) is known color: Dark Cerulean. HEX triplet: 04, 53 and 8A. RGB value is (4,83,138). Sum of RGB (Red+Green+Blue) = 4+83+138=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #04538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04538A is #FBAC75. Grayscale: #414141. Windows color (decimal): -16493686 or 9065220. OLE color: 9065220.

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

Color convert

RGB 4 83 138 -
CMYK 0.97 0.40 0 0.46
HSL 204.63º 0.94% 0.28% -
HSV(B) 204.63º 0.97% 0.54% -
XYZ 7.73 8.05 25.19 -
YUV 65.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 4 83 138 0.97 0.40 0 0.46 204.63 0.94 0.28
Hex 4 53 8A 61 28 0 2E CD 5E 1C
Octal 4 123 212 141 50 0 56 315 136 34
Binary 100 1010011 10001010 1100001 101000 0 101110 11001101 1011110 11100

Color Harmonies of #04538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04538A

Black with #04538A

Text Example


Text Example

White with #04538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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