Html Css Color HEX #053039 Nordic

📋 copy color: '#053039'

red 5 ◦ green 48 ◦ blue 57

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

Shades of Nordic #053039

Tints of Nordic #053039

RGB

 RED value IS 5 (2.34% from 255) = 4.55%

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

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

R = 4.55%
G = 43.64%
B = 51.82%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053039 (or 0x053039) is known color: Nordic. HEX triplet: 05, 30 and 39. RGB value is (5,48,57). Sum of RGB (Red+Green+Blue) = 5+48+57=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #053039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053039 is #FACFC6. Grayscale: #242424. Windows color (decimal): -16437191 or 3747845. OLE color: 3747845.

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

Color convert

RGB 5 48 57 -
CMYK 0.91 0.16 0 0.78
HSL 190.38º 0.84% 0.12% -
HSV(B) 190.38º 0.91% 0.22% -
XYZ 1.86 2.44 4.24 -
YUV 36.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 5 48 57 0.91 0.16 0 0.78 190.38 0.84 0.12
Hex 5 30 39 5B 10 0 4E BE 54 C
Octal 5 60 71 133 20 0 116 276 124 14
Binary 101 110000 111001 1011011 10000 0 1001110 10111110 1010100 1100

Color Harmonies of #053039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053039

Black with #053039

Text Example


Text Example

White with #053039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053039; }

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

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

background-color css

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

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

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

border-color css

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

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

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