Html Css Color HEX #103740 Nordic

📋 copy color: '#103740'

red 16 ◦ green 55 ◦ blue 64

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

Shades of Nordic #103740

Tints of Nordic #103740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 11.85%
G = 40.74%
B = 47.41%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103740 (or 0x103740) is known color: Nordic. HEX triplet: 10, 37 and 40. RGB value is (16,55,64). Sum of RGB (Red+Green+Blue) = 16+55+64=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #103740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103740 is #EFC8BF. Grayscale: #2C2C2C. Windows color (decimal): -15714496 or 4208400. OLE color: 4208400.

HSL color Cylindrical-coordinate representation of color #103740: hue angle of 191.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103740 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 55 64 -
CMYK 0.75 0.14 0 0.75
HSL 191.25º 0.6% 0.16% -
HSV(B) 191.25º 0.75% 0.25% -
XYZ 2.51 3.21 5.34 -
YUV 44.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 16 55 64 0.75 0.14 0 0.75 191.25 0.6 0.16
Hex 10 37 40 4B E 0 4B BF 3C 10
Octal 20 67 100 113 16 0 113 277 74 20
Binary 10000 110111 1000000 1001011 1110 0 1001011 10111111 111100 10000

Color Harmonies of #103740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103740

Black with #103740

Text Example


Text Example

White with #103740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103740; }

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

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

background-color css

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

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

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

border-color css

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

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

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