#003139

Color #003139 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #003139

Tints of Nordic #003139

Color information

#003139 (or 0x003139) is unknown color: approx Nordic. HEX triplet: 00, 31 and 39. RGB value is (0,49,57). Sum of RGB (Red+Green+Blue) = 0+49+57=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #003139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003139 is #FFCEC6. Grayscale: #232323. Windows color (decimal): -16764615 or 3748096. OLE color: 3748096.

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

Color convert

RGB04957-
CMYK10.1400.78
HSL188.42º100%11.18%-
HSV(B)188.42º100%22.35%-
XYZ1.842.494.26-
YUV35.26140.27102.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=0%
G=46.23%
B=53.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0495710.1400.78188.4210011.18
Hex0313964E04Ebc64b
Octal0617114416011627414413
Binary011000111100111001001110010011101011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003139; }

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

 H1.HeaderClassName
 {
   color: #003139;
 }
 .AnyTagClassName
 {
   color: #003139;
 }
</style>
background-color css

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

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

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

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

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

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