Html Css Color HEX #053240 Nordic

📋 copy color: '#053240'

red 5 ◦ green 50 ◦ blue 64

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

Shades of Nordic #053240

Tints of Nordic #053240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 4.2%
G = 42.02%
B = 53.78%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053240 (or 0x053240) is known color: Nordic. HEX triplet: 05, 32 and 40. RGB value is (5,50,64). Sum of RGB (Red+Green+Blue) = 5+50+64=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #053240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053240 is #FACDBF. Grayscale: #262626. Windows color (decimal): -16436672 or 4207109. OLE color: 4207109.

HSL color Cylindrical-coordinate representation of color #053240: hue angle of 194.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053240 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 50 64 -
CMYK 0.92 0.22 0 0.75
HSL 194.24º 0.86% 0.14% -
HSV(B) 194.24º 0.92% 0.25% -
XYZ 2.13 2.68 5.26 -
YUV 38.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 5 50 64 0.92 0.22 0 0.75 194.24 0.86 0.14
Hex 5 32 40 5C 16 0 4B C2 56 E
Octal 5 62 100 134 26 0 113 302 126 16
Binary 101 110010 1000000 1011100 10110 0 1001011 11000010 1010110 1110

Color Harmonies of #053240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053240

Black with #053240

Text Example


Text Example

White with #053240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053240; }

 p { color: rgb(5,50,64); }

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

background-color css

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

 a { background-color: rgb(5,50,64); }

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

border-color css

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

 span { border-color: rgb(5,50,64); }

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