Html Css Color HEX #043039 Nordic

📋 copy color: '#043039'

red 4 ◦ green 48 ◦ blue 57

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

Shades of Nordic #043039

Tints of Nordic #043039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.04%

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 3.67%
G = 44.04%
B = 52.29%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#043039 (or 0x043039) is known color: Nordic. HEX triplet: 04, 30 and 39. RGB value is (4,48,57). Sum of RGB (Red+Green+Blue) = 4+48+57=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #043039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043039 is #FBCFC6. Grayscale: #232323. Windows color (decimal): -16502727 or 3747844. OLE color: 3747844.

HSL color Cylindrical-coordinate representation of color #043039: hue angle of 190.19º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043039 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 48 57 -
CMYK 0.93 0.16 0 0.78
HSL 190.19º 0.87% 0.12% -
HSV(B) 190.19º 0.93% 0.22% -
XYZ 1.85 2.44 4.24 -
YUV 35.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 4 48 57 0.93 0.16 0 0.78 190.19 0.87 0.12
Hex 4 30 39 5D 10 0 4E BE 57 C
Octal 4 60 71 135 20 0 116 276 127 14
Binary 100 110000 111001 1011101 10000 0 1001110 10111110 1010111 1100

Color Harmonies of #043039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043039

Black with #043039

Text Example


Text Example

White with #043039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043039; }

 p { color: rgb(4,48,57); }

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

background-color css

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

 a { background-color: rgb(4,48,57); }

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

border-color css

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

 span { border-color: rgb(4,48,57); }

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