Html Css Color HEX #003139 Nordic

📋 copy color: '#003139'

red 0 ◦ green 49 ◦ blue 57

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

Shades of Nordic #003139

Tints of Nordic #003139

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 value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003139 (or 0x003139) is known color: 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

RGB 0 49 57 -
CMYK 1 0.14 0 0.78
HSL 188.42º 1% 0.11% -
HSV(B) 188.42º 1% 0.22% -
XYZ 1.84 2.49 4.26 -
YUV 35.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 0 49 57 1 0.14 0 0.78 188.42 1 0.11
Hex 0 31 39 64 E 0 4E BC 64 B
Octal 0 61 71 144 16 0 116 274 144 13
Binary 0 110001 111001 1100100 1110 0 1001110 10111100 1100100 1011

Color Harmonies of #003139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003139

Black with #003139

Text Example


Text Example

White with #003139

Text Example


Text Example

HTML Codes & Css Web 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>