Html Css Color HEX #01313E Nordic

📋 copy color: '#01313E'

red 1 ◦ green 49 ◦ blue 62

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

Shades of Nordic #01313E

Tints of Nordic #01313E

RGB

 RED value IS 1 (0.78% from 255) = 0.89%

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

 BLUE value IS 62 (24.61% from 255) = 55.36%

R = 0.89%
G = 43.75%
B = 55.36%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01313E (or 0x01313E) is known color: Nordic. HEX triplet: 01, 31 and 3E. RGB value is (1,49,62). Sum of RGB (Red+Green+Blue) = 1+49+62=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #01313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313E is #FECEC1. Grayscale: #242424. Windows color (decimal): -16699074 or 4075777. OLE color: 4075777.

HSL color Cylindrical-coordinate representation of color #01313E: hue angle of 192.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01313E is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 49 62 -
CMYK 0.98 0.21 0 0.76
HSL 192.79º 0.97% 0.12% -
HSV(B) 192.79º 0.98% 0.24% -
XYZ 1.98 2.55 4.95 -
YUV 36.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 1 49 62 0.98 0.21 0 0.76 192.79 0.97 0.12
Hex 1 31 3E 62 15 0 4C C1 61 C
Octal 1 61 76 142 25 0 114 301 141 14
Binary 1 110001 111110 1100010 10101 0 1001100 11000001 1100001 1100

Color Harmonies of #01313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01313E

Black with #01313E

Text Example


Text Example

White with #01313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01313E; }

 p { color: rgb(1,49,62); }

 H1.HeaderClassName
 {
   color: #01313E;
 }
 .AnyTagClassName
 {
   color: #01313E;
 }
</style>

background-color css

<style>
 a { background-color: #01313E; }

 a { background-color: rgb(1,49,62); }

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

border-color css

<style>
 span { border-color: #01313E; }

 span { border-color: rgb(1,49,62); }

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