Html Css Color HEX #043C82 Dark Cerulean

📋 copy color: '#043C82'

red 4 ◦ green 60 ◦ blue 130

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

Shades of Dark Cerulean #043C82

Tints of Dark Cerulean #043C82

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

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

R = 2.06%
G = 30.93%
B = 67.01%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#043C82 (or 0x043C82) is known color: Dark Cerulean. HEX triplet: 04, 3C and 82. RGB value is (4,60,130). Sum of RGB (Red+Green+Blue) = 4+60+130=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #043C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043C82 is #FBC37D. Grayscale: #323232. Windows color (decimal): -16499582 or 8535044. OLE color: 8535044.

HSL color Cylindrical-coordinate representation of color #043C82: hue angle of 213.33º 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 #043C82 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 60 130 -
CMYK 0.97 0.54 0 0.49
HSL 213.33º 0.94% 0.26% -
HSV(B) 213.33º 0.97% 0.51% -
XYZ 5.7 4.87 21.76 -
YUV 51.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 4 60 130 0.97 0.54 0 0.49 213.33 0.94 0.26
Hex 4 3C 82 61 36 0 31 D5 5E 1A
Octal 4 74 202 141 66 0 61 325 136 32
Binary 100 111100 10000010 1100001 110110 0 110001 11010101 1011110 11010

Color Harmonies of #043C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043C82

Black with #043C82

Text Example


Text Example

White with #043C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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