Html Css Color HEX #043D85 Dark Cerulean

📋 copy color: '#043D85'

red 4 ◦ green 61 ◦ blue 133

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

Shades of Dark Cerulean #043D85

Tints of Dark Cerulean #043D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 2.02%
G = 30.81%
B = 67.17%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#043D85 (or 0x043D85) is known color: Dark Cerulean. HEX triplet: 04, 3D and 85. RGB value is (4,61,133). Sum of RGB (Red+Green+Blue) = 4+61+133=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #043D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043D85 is #FBC27A. Grayscale: #333333. Windows color (decimal): -16499323 or 8731908. OLE color: 8731908.

HSL color Cylindrical-coordinate representation of color #043D85: hue angle of 213.49º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043D85 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 61 133 -
CMYK 0.97 0.54 0 0.48
HSL 213.49º 0.94% 0.27% -
HSV(B) 213.49º 0.97% 0.52% -
XYZ 5.95 5.06 22.85 -
YUV 52.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 4 61 133 0.97 0.54 0 0.48 213.49 0.94 0.27
Hex 4 3D 85 61 36 0 30 D5 5E 1B
Octal 4 75 205 141 66 0 60 325 136 33
Binary 100 111101 10000101 1100001 110110 0 110000 11010101 1011110 11011

Color Harmonies of #043D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043D85

Black with #043D85

Text Example


Text Example

White with #043D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,61,133); }

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

background-color css

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

 a { background-color: rgb(4,61,133); }

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

border-color css

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

 span { border-color: rgb(4,61,133); }

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