Html Css Color HEX #013137 Nordic

📋 copy color: '#013137'

red 1 ◦ green 49 ◦ blue 55

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

Shades of Nordic #013137

Tints of Nordic #013137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 52.38%

R = 0.95%
G = 46.67%
B = 52.38%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013137 (or 0x013137) is known color: Nordic. HEX triplet: 01, 31 and 37. RGB value is (1,49,55). Sum of RGB (Red+Green+Blue) = 1+49+55=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #013137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013137 is #FECEC8. Grayscale: #232323. Windows color (decimal): -16699081 or 3617025. OLE color: 3617025.

HSL color Cylindrical-coordinate representation of color #013137: hue angle of 186.67º degrees, saturation: 0.96, 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 #013137 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 49 55 -
CMYK 0.98 0.11 0 0.78
HSL 186.67º 0.96% 0.11% -
HSV(B) 186.67º 0.98% 0.22% -
XYZ 1.8 2.48 4 -
YUV 35.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 1 49 55 0.98 0.11 0 0.78 186.67 0.96 0.11
Hex 1 31 37 62 B 0 4E BB 60 B
Octal 1 61 67 142 13 0 116 273 140 13
Binary 1 110001 110111 1100010 1011 0 1001110 10111011 1100000 1011

Color Harmonies of #013137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013137

Black with #013137

Text Example


Text Example

White with #013137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013137; }

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

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

background-color css

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

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

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

border-color css

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

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

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