Html Css Color HEX #05313F Nordic

📋 copy color: '#05313F'

red 5 ◦ green 49 ◦ blue 63

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

Shades of Nordic #05313F

Tints of Nordic #05313F

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 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

#05313F (or 0x05313F) is known color: 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

RGB 5 49 63 -
CMYK 0.92 0.22 0 0.75
HSL 194.48º 0.85% 0.13% -
HSV(B) 194.48º 0.92% 0.25% -
XYZ 2.06 2.59 5.09 -
YUV 37.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 5 49 63 0.92 0.22 0 0.75 194.48 0.85 0.13
Hex 5 31 3F 5C 16 0 4B C2 55 D
Octal 5 61 77 134 26 0 113 302 125 15
Binary 101 110001 111111 1011100 10110 0 1001011 11000010 1010101 1101

Color Harmonies of #05313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05313F

Black with #05313F

Text Example


Text Example

White with #05313F

Text Example


Text Example

HTML Codes & Css Web 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>