Html Css Color HEX #103840 Nordic

📋 copy color: '#103840'

red 16 ◦ green 56 ◦ blue 64

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

Shades of Nordic #103840

Tints of Nordic #103840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 11.76%
G = 41.18%
B = 47.06%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103840 (or 0x103840) is known color: Nordic. HEX triplet: 10, 38 and 40. RGB value is (16,56,64). Sum of RGB (Red+Green+Blue) = 16+56+64=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #103840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103840 is #EFC7BF. Grayscale: #2C2C2C. Windows color (decimal): -15714240 or 4208656. OLE color: 4208656.

HSL color Cylindrical-coordinate representation of color #103840: hue angle of 190º 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 #103840 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 56 64 -
CMYK 0.75 0.13 0 0.75
HSL 190º 0.6% 0.16% -
HSV(B) 190º 0.75% 0.25% -
XYZ 2.55 3.31 5.35 -
YUV 44.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 16 56 64 0.75 0.13 0 0.75 190 0.6 0.16
Hex 10 38 40 4B D 0 4B BE 3C 10
Octal 20 70 100 113 15 0 113 276 74 20
Binary 10000 111000 1000000 1001011 1101 0 1001011 10111110 111100 10000

Color Harmonies of #103840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103840

Black with #103840

Text Example


Text Example

White with #103840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103840; }

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

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

background-color css

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

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

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

border-color css

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

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

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