Html Css Color HEX #053441 Nordic

📋 copy color: '#053441'

red 5 ◦ green 52 ◦ blue 65

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

Shades of Nordic #053441

Tints of Nordic #053441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.62%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 4.1%
G = 42.62%
B = 53.28%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#053441 (or 0x053441) is known color: Nordic. HEX triplet: 05, 34 and 41. RGB value is (5,52,65). Sum of RGB (Red+Green+Blue) = 5+52+65=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #053441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053441 is #FACBBE. Grayscale: #272727. Windows color (decimal): -16436159 or 4273157. OLE color: 4273157.

HSL color Cylindrical-coordinate representation of color #053441: hue angle of 193º 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 #053441 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 52 65 -
CMYK 0.92 0.20 0 0.75
HSL 193º 0.86% 0.14% -
HSV(B) 193º 0.92% 0.25% -
XYZ 2.24 2.87 5.44 -
YUV 39.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 5 52 65 0.92 0.20 0 0.75 193 0.86 0.14
Hex 5 34 41 5C 14 0 4B C1 56 E
Octal 5 64 101 134 24 0 113 301 126 16
Binary 101 110100 1000001 1011100 10100 0 1001011 11000001 1010110 1110

Color Harmonies of #053441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053441

Black with #053441

Text Example


Text Example

White with #053441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053441; }

 p { color: rgb(5,52,65); }

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

background-color css

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

 a { background-color: rgb(5,52,65); }

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

border-color css

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

 span { border-color: rgb(5,52,65); }

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