Html Css Color HEX #043380 Dark Cerulean

📋 copy color: '#043380'

red 4 ◦ green 51 ◦ blue 128

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

Shades of Dark Cerulean #043380

Tints of Dark Cerulean #043380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 128 (50.39% from 255) = 69.95%

R = 2.19%
G = 27.87%
B = 69.95%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#043380 (or 0x043380) is known color: Dark Cerulean. HEX triplet: 04, 33 and 80. RGB value is (4,51,128). Sum of RGB (Red+Green+Blue) = 4+51+128=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #043380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043380 is #FBCC7F. Grayscale: #2D2D2D. Windows color (decimal): -16501888 or 8401668. OLE color: 8401668.

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

Color convert

RGB 4 51 128 -
CMYK 0.97 0.60 0 0.50
HSL 217.26º 0.94% 0.26% -
HSV(B) 217.26º 0.97% 0.5% -
XYZ 5.13 3.95 20.91 -
YUV 45.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 4 51 128 0.97 0.60 0 0.50 217.26 0.94 0.26
Hex 4 33 80 61 3C 0 32 D9 5E 1A
Octal 4 63 200 141 74 0 62 331 136 32
Binary 100 110011 10000000 1100001 111100 0 110010 11011001 1011110 11010

Color Harmonies of #043380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043380

Black with #043380

Text Example


Text Example

White with #043380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043380; }

 p { color: rgb(4,51,128); }

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

background-color css

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

 a { background-color: rgb(4,51,128); }

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

border-color css

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

 span { border-color: rgb(4,51,128); }

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