Html Css Color HEX #053341 Nordic

📋 copy color: '#053341'

red 5 ◦ green 51 ◦ blue 65

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

Shades of Nordic #053341

Tints of Nordic #053341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.15%

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

R = 4.13%
G = 42.15%
B = 53.72%

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

#053341 (or 0x053341) is known color: Nordic. HEX triplet: 05, 33 and 41. RGB value is (5,51,65). Sum of RGB (Red+Green+Blue) = 5+51+65=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #053341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053341 is #FACCBE. Grayscale: #262626. Windows color (decimal): -16436415 or 4272901. OLE color: 4272901.

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

Color convert

RGB 5 51 65 -
CMYK 0.92 0.22 0 0.75
HSL 194º 0.86% 0.14% -
HSV(B) 194º 0.92% 0.25% -
XYZ 2.2 2.78 5.42 -
YUV 38.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 5 51 65 0.92 0.22 0 0.75 194 0.86 0.14
Hex 5 33 41 5C 16 0 4B C2 56 E
Octal 5 63 101 134 26 0 113 302 126 16
Binary 101 110011 1000001 1011100 10110 0 1001011 11000010 1010110 1110

Color Harmonies of #053341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053341

Black with #053341

Text Example


Text Example

White with #053341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053341; }

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

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

background-color css

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

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

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

border-color css

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

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

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