Html Css Color HEX #01313F Nordic

📋 copy color: '#01313F'

red 1 ◦ green 49 ◦ blue 63

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

Shades of Nordic #01313F

Tints of Nordic #01313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 55.75%

R = 0.88%
G = 43.36%
B = 55.75%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01313F (or 0x01313F) is known color: Nordic. HEX triplet: 01, 31 and 3F. RGB value is (1,49,63). Sum of RGB (Red+Green+Blue) = 1+49+63=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #01313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313F is #FECEC0. Grayscale: #242424. Windows color (decimal): -16699073 or 4141313. OLE color: 4141313.

HSL color Cylindrical-coordinate representation of color #01313F: hue angle of 193.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01313F is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 49 63 -
CMYK 0.98 0.22 0 0.75
HSL 193.55º 0.97% 0.13% -
HSV(B) 193.55º 0.98% 0.25% -
XYZ 2.01 2.56 5.09 -
YUV 36.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 1 49 63 0.98 0.22 0 0.75 193.55 0.97 0.13
Hex 1 31 3F 62 16 0 4B C2 61 D
Octal 1 61 77 142 26 0 113 302 141 15
Binary 1 110001 111111 1100010 10110 0 1001011 11000010 1100001 1101

Color Harmonies of #01313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01313F

Black with #01313F

Text Example


Text Example

White with #01313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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