Html Css Color HEX #04538B Dark Cerulean

📋 copy color: '#04538B'

red 4 ◦ green 83 ◦ blue 139

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

Shades of Dark Cerulean #04538B

Tints of Dark Cerulean #04538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 1.77%
G = 36.73%
B = 61.5%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04538B (or 0x04538B) is known color: Dark Cerulean. HEX triplet: 04, 53 and 8B. RGB value is (4,83,139). Sum of RGB (Red+Green+Blue) = 4+83+139=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #04538B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04538B is #FBAC74. Grayscale: #414141. Windows color (decimal): -16493685 or 9130756. OLE color: 9130756.

HSL color Cylindrical-coordinate representation of color #04538B: hue angle of 204.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04538B is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 83 139 -
CMYK 0.97 0.40 0 0.45
HSL 204.89º 0.94% 0.28% -
HSV(B) 204.89º 0.97% 0.55% -
XYZ 7.8 8.08 25.57 -
YUV 65.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 4 83 139 0.97 0.40 0 0.45 204.89 0.94 0.28
Hex 4 53 8B 61 28 0 2D CD 5E 1C
Octal 4 123 213 141 50 0 55 315 136 34
Binary 100 1010011 10001011 1100001 101000 0 101101 11001101 1011110 11100

Color Harmonies of #04538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04538B

Black with #04538B

Text Example


Text Example

White with #04538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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