Html Css Color HEX #013138 Nordic

📋 copy color: '#013138'

red 1 ◦ green 49 ◦ blue 56

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

Shades of Nordic #013138

Tints of Nordic #013138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 0.94%
G = 46.23%
B = 52.83%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013138 (or 0x013138) is known color: Nordic. HEX triplet: 01, 31 and 38. RGB value is (1,49,56). Sum of RGB (Red+Green+Blue) = 1+49+56=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #013138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013138 is #FECEC7. Grayscale: #232323. Windows color (decimal): -16699080 or 3682561. OLE color: 3682561.

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

Color convert

RGB 1 49 56 -
CMYK 0.98 0.12 0 0.78
HSL 187.64º 0.96% 0.11% -
HSV(B) 187.64º 0.98% 0.22% -
XYZ 1.82 2.49 4.13 -
YUV 35.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 1 49 56 0.98 0.12 0 0.78 187.64 0.96 0.11
Hex 1 31 38 62 C 0 4E BC 60 B
Octal 1 61 70 142 14 0 116 274 140 13
Binary 1 110001 111000 1100010 1100 0 1001110 10111100 1100000 1011

Color Harmonies of #013138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013138

Black with #013138

Text Example


Text Example

White with #013138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013138; }

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

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

background-color css

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

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

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

border-color css

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

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

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