Html Css Color HEX #05313B Nordic

📋 copy color: '#05313B'

red 5 ◦ green 49 ◦ blue 59

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

Shades of Nordic #05313B

Tints of Nordic #05313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 52.21%

R = 4.42%
G = 43.36%
B = 52.21%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05313B (or 0x05313B) is known color: Nordic. HEX triplet: 05, 31 and 3B. RGB value is (5,49,59). Sum of RGB (Red+Green+Blue) = 5+49+59=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #05313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313B is #FACEC4. Grayscale: #242424. Windows color (decimal): -16436933 or 3879173. OLE color: 3879173.

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

Color convert

RGB 5 49 59 -
CMYK 0.92 0.17 0 0.77
HSL 191.11º 0.84% 0.13% -
HSV(B) 191.11º 0.92% 0.23% -
XYZ 1.95 2.54 4.53 -
YUV 36.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 5 49 59 0.92 0.17 0 0.77 191.11 0.84 0.13
Hex 5 31 3B 5C 11 0 4D BF 54 D
Octal 5 61 73 134 21 0 115 277 124 15
Binary 101 110001 111011 1011100 10001 0 1001101 10111111 1010100 1101

Color Harmonies of #05313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05313B

Black with #05313B

Text Example


Text Example

White with #05313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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