Html Css Color HEX #01313C Nordic

📋 copy color: '#01313C'

red 1 ◦ green 49 ◦ blue 60

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

Shades of Nordic #01313C

Tints of Nordic #01313C

RGB

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

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

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

R = 0.91%
G = 44.55%
B = 54.55%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01313C (or 0x01313C) is known color: Nordic. HEX triplet: 01, 31 and 3C. RGB value is (1,49,60). Sum of RGB (Red+Green+Blue) = 1+49+60=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #01313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01313C is #FECEC3. Grayscale: #232323. Windows color (decimal): -16699076 or 3944705. OLE color: 3944705.

HSL color Cylindrical-coordinate representation of color #01313C: hue angle of 191.19º 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 #01313C is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 49 60 -
CMYK 0.98 0.18 0 0.76
HSL 191.19º 0.97% 0.12% -
HSV(B) 191.19º 0.98% 0.24% -
XYZ 1.93 2.53 4.66 -
YUV 35.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 1 49 60 0.98 0.18 0 0.76 191.19 0.97 0.12
Hex 1 31 3C 62 12 0 4C BF 61 C
Octal 1 61 74 142 22 0 114 277 141 14
Binary 1 110001 111100 1100010 10010 0 1001100 10111111 1100001 1100

Color Harmonies of #01313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01313C

Black with #01313C

Text Example


Text Example

White with #01313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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