#003138

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

Shades of Nordic #003138

Tints of Nordic #003138

Color information

#003138 (or 0x003138) is unknown color: approx Nordic. HEX triplet: 00, 31 and 38. RGB value is (0,49,56). Sum of RGB (Red+Green+Blue) = 0+49+56=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #003138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003138 is #FFCEC7. Grayscale: #232323. Windows color (decimal): -16764616 or 3682560. OLE color: 3682560.

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

Color convert

RGB04956-
CMYK10.1200.78
HSL187.5º100%10.98%-
HSV(B)187.5º100%21.96%-
XYZ1.812.484.12-
YUV35.15139.77102.93-

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.67%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=0%
G=46.67%
B=53.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0495610.1200.78187.510010.98
Hex0313864C04Ebc64b
Octal0617014414011627414413
Binary011000111100011001001100010011101011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003138; }

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

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

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

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

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

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

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

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