Html Css Color HEX #003137 Nordic

📋 copy color: '#003137'

red 0 ◦ green 49 ◦ blue 55

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

Shades of Nordic #003137

Tints of Nordic #003137

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 47.12%
B = 52.88%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003137 (or 0x003137) is known color: Nordic. HEX triplet: 00, 31 and 37. RGB value is (0,49,55). Sum of RGB (Red+Green+Blue) = 0+49+55=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #003137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003137 is #FFCEC8. Grayscale: #222222. Windows color (decimal): -16764617 or 3617024. OLE color: 3617024.

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

Color convert

RGB 0 49 55 -
CMYK 1 0.11 0 0.78
HSL 186.55º 1% 0.11% -
HSV(B) 186.55º 1% 0.22% -
XYZ 1.79 2.47 4 -
YUV 35.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 0 49 55 1 0.11 0 0.78 186.55 1 0.11
Hex 0 31 37 64 B 0 4E BB 64 B
Octal 0 61 67 144 13 0 116 273 144 13
Binary 0 110001 110111 1100100 1011 0 1001110 10111011 1100100 1011

Color Harmonies of #003137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003137

Black with #003137

Text Example


Text Example

White with #003137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003137; }

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

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

background-color css

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

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

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

border-color css

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

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

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