Html Css Color HEX #05313A Nordic

📋 copy color: '#05313A'

red 5 ◦ green 49 ◦ blue 58

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

Shades of Nordic #05313A

Tints of Nordic #05313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.75%

 BLUE value IS 58 (23.05% from 255) = 51.79%

R = 4.46%
G = 43.75%
B = 51.79%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05313A (or 0x05313A) is known color: Nordic. HEX triplet: 05, 31 and 3A. RGB value is (5,49,58). Sum of RGB (Red+Green+Blue) = 5+49+58=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #05313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313A is #FACEC5. Grayscale: #242424. Windows color (decimal): -16436934 or 3813637. OLE color: 3813637.

HSL color Cylindrical-coordinate representation of color #05313A: hue angle of 190.19º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05313A is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 49 58 -
CMYK 0.91 0.16 0 0.77
HSL 190.19º 0.84% 0.12% -
HSV(B) 190.19º 0.91% 0.23% -
XYZ 1.92 2.53 4.39 -
YUV 36.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 5 49 58 0.91 0.16 0 0.77 190.19 0.84 0.12
Hex 5 31 3A 5B 10 0 4D BE 54 C
Octal 5 61 72 133 20 0 115 276 124 14
Binary 101 110001 111010 1011011 10000 0 1001101 10111110 1010100 1100

Color Harmonies of #05313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05313A

Black with #05313A

Text Example


Text Example

White with #05313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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