Html Css Color HEX #103A40 Nordic

📋 copy color: '#103A40'

red 16 ◦ green 58 ◦ blue 64

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

Shades of Nordic #103A40

Tints of Nordic #103A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.03%

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

R = 11.59%
G = 42.03%
B = 46.38%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103A40 (or 0x103A40) is known color: Nordic. HEX triplet: 10, 3A and 40. RGB value is (16,58,64). Sum of RGB (Red+Green+Blue) = 16+58+64=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #103A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A40 is #EFC5BF. Grayscale: #2E2E2E. Windows color (decimal): -15713728 or 4209168. OLE color: 4209168.

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

Color convert

RGB 16 58 64 -
CMYK 0.75 0.09 0 0.75
HSL 187.5º 0.6% 0.16% -
HSV(B) 187.5º 0.75% 0.25% -
XYZ 2.65 3.51 5.39 -
YUV 46.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 16 58 64 0.75 0.09 0 0.75 187.5 0.6 0.16
Hex 10 3A 40 4B 9 0 4B BC 3C 10
Octal 20 72 100 113 11 0 113 274 74 20
Binary 10000 111010 1000000 1001011 1001 0 1001011 10111100 111100 10000

Color Harmonies of #103A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A40

Black with #103A40

Text Example


Text Example

White with #103A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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