#05313F

Color #05313F Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #05313F

Tints of Nordic #05313F

Color information

#05313F (or 0x05313F) is unknown color: approx Nordic. HEX triplet: 05, 31 and 3F. RGB value is (5,49,63). Sum of RGB (Red+Green+Blue) = 5+49+63=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #05313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313F is #FACEC0. Grayscale: #252525. Windows color (decimal): -16436929 or 4141317. OLE color: 4141317.

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

Color convert

RGB54963-
CMYK0.920.2200.75
HSL194.48º85.29%13.33%-
HSV(B)194.48º92.06%24.71%-
XYZ2.062.595.09-
YUV37.44142.42104.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 63 (25% from 255) = 53.85%
R=4.27%
G=41.88%
B=53.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal549630.920.2200.75194.4885.2913.33
Hex5313F5C1604Bc255d
Octal5617713426011330212515
Binary101110001111111101110010110010010111100001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05313F; }

 p { color: rgb(5,49,63); }

 H1.HeaderClassName
 {
   color: #05313F;
 }
 .AnyTagClassName
 {
   color: #05313F;
 }
</style>
background-color css

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

 a { background-color: rgb(5,49,63); }

 div.DivClassName
 {
   background-color: #05313F;
 }
 .BgClassName
 {
   background-color: #05313F;
 }
</style>
border-color css

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

 span { border-color: rgb(5,49,63); }

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