Html Css Color HEX #043482 Dark Cerulean

📋 copy color: '#043482'

red 4 ◦ green 52 ◦ blue 130

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

Shades of Dark Cerulean #043482

Tints of Dark Cerulean #043482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 130 (51.17% from 255) = 69.89%

R = 2.15%
G = 27.96%
B = 69.89%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#043482 (or 0x043482) is known color: Dark Cerulean. HEX triplet: 04, 34 and 82. RGB value is (4,52,130). Sum of RGB (Red+Green+Blue) = 4+52+130=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #043482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043482 is #FBCB7D. Grayscale: #2E2E2E. Windows color (decimal): -16501630 or 8532996. OLE color: 8532996.

HSL color Cylindrical-coordinate representation of color #043482: hue angle of 217.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043482 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 52 130 -
CMYK 0.97 0.60 0 0.49
HSL 217.14º 0.94% 0.26% -
HSV(B) 217.14º 0.97% 0.51% -
XYZ 5.31 4.09 21.63 -
YUV 46.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 4 52 130 0.97 0.60 0 0.49 217.14 0.94 0.26
Hex 4 34 82 61 3C 0 31 D9 5E 1A
Octal 4 64 202 141 74 0 61 331 136 32
Binary 100 110100 10000010 1100001 111100 0 110001 11011001 1011110 11010

Color Harmonies of #043482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043482

Black with #043482

Text Example


Text Example

White with #043482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043482; }

 p { color: rgb(4,52,130); }

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

background-color css

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

 a { background-color: rgb(4,52,130); }

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

border-color css

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

 span { border-color: rgb(4,52,130); }

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