Html Css Color HEX #103037 Nordic

📋 copy color: '#103037'

red 16 ◦ green 48 ◦ blue 55

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

Shades of Nordic #103037

Tints of Nordic #103037

RGB

 RED value IS 16 (6.64% from 255) = 13.45%

 GREEN value IS 48 (19.14% from 255) = 40.34%

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

R = 13.45%
G = 40.34%
B = 46.22%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103037 (or 0x103037) is known color: Nordic. HEX triplet: 10, 30 and 37. RGB value is (16,48,55). Sum of RGB (Red+Green+Blue) = 16+48+55=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #103037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103037 is #EFCFC8. Grayscale: #272727. Windows color (decimal): -15716297 or 3616784. OLE color: 3616784.

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

Color convert

RGB 16 48 55 -
CMYK 0.71 0.13 0 0.78
HSL 190.77º 0.55% 0.14% -
HSV(B) 190.77º 0.71% 0.22% -
XYZ 1.96 2.5 3.99 -
YUV 39.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 16 48 55 0.71 0.13 0 0.78 190.77 0.55 0.14
Hex 10 30 37 47 D 0 4E BF 37 E
Octal 20 60 67 107 15 0 116 277 67 16
Binary 10000 110000 110111 1000111 1101 0 1001110 10111111 110111 1110

Color Harmonies of #103037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103037

Black with #103037

Text Example


Text Example

White with #103037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103037; }

 p { color: rgb(16,48,55); }

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

background-color css

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

 a { background-color: rgb(16,48,55); }

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

border-color css

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

 span { border-color: rgb(16,48,55); }

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