Html Css Color HEX #013139 Nordic

📋 copy color: '#013139'

red 1 ◦ green 49 ◦ blue 57

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

Shades of Nordic #013139

Tints of Nordic #013139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 53.27%

R = 0.93%
G = 45.79%
B = 53.27%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013139 (or 0x013139) is known color: Nordic. HEX triplet: 01, 31 and 39. RGB value is (1,49,57). Sum of RGB (Red+Green+Blue) = 1+49+57=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #013139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013139 is #FECEC6. Grayscale: #232323. Windows color (decimal): -16699079 or 3748097. OLE color: 3748097.

HSL color Cylindrical-coordinate representation of color #013139: hue angle of 188.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013139 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 49 57 -
CMYK 0.98 0.14 0 0.78
HSL 188.57º 0.97% 0.11% -
HSV(B) 188.57º 0.98% 0.22% -
XYZ 1.85 2.5 4.26 -
YUV 35.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 1 49 57 0.98 0.14 0 0.78 188.57 0.97 0.11
Hex 1 31 39 62 E 0 4E BD 61 B
Octal 1 61 71 142 16 0 116 275 141 13
Binary 1 110001 111001 1100010 1110 0 1001110 10111101 1100001 1011

Color Harmonies of #013139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013139

Black with #013139

Text Example


Text Example

White with #013139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013139; }

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

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

background-color css

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

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

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

border-color css

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

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

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