Html Css Color HEX #05313C Nordic

📋 copy color: '#05313C'

red 5 ◦ green 49 ◦ blue 60

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

Shades of Nordic #05313C

Tints of Nordic #05313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 52.63%

R = 4.39%
G = 42.98%
B = 52.63%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05313C (or 0x05313C) is known color: Nordic. HEX triplet: 05, 31 and 3C. RGB value is (5,49,60). Sum of RGB (Red+Green+Blue) = 5+49+60=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #05313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05313C is #FACEC3. Grayscale: #252525. Windows color (decimal): -16436932 or 3944709. OLE color: 3944709.

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

Color convert

RGB 5 49 60 -
CMYK 0.92 0.18 0 0.76
HSL 192º 0.85% 0.13% -
HSV(B) 192º 0.92% 0.24% -
XYZ 1.98 2.56 4.66 -
YUV 37.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 5 49 60 0.92 0.18 0 0.76 192 0.85 0.13
Hex 5 31 3C 5C 12 0 4C C0 55 D
Octal 5 61 74 134 22 0 114 300 125 15
Binary 101 110001 111100 1011100 10010 0 1001100 11000000 1010101 1101

Color Harmonies of #05313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05313C

Black with #05313C

Text Example


Text Example

White with #05313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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