Html Css Color HEX #103C45 Nordic

📋 copy color: '#103C45'

red 16 ◦ green 60 ◦ blue 69

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

Shades of Nordic #103C45

Tints of Nordic #103C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

 BLUE value IS 69 (27.34% from 255) = 47.59%

R = 11.03%
G = 41.38%
B = 47.59%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#103C45 (or 0x103C45) is known color: Nordic. HEX triplet: 10, 3C and 45. RGB value is (16,60,69). Sum of RGB (Red+Green+Blue) = 16+60+69=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #103C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C45 is #EFC3BA. Grayscale: #2F2F2F. Windows color (decimal): -15713211 or 4537360. OLE color: 4537360.

HSL color Cylindrical-coordinate representation of color #103C45: hue angle of 190.19º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103C45 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 60 69 -
CMYK 0.77 0.13 0 0.73
HSL 190.19º 0.62% 0.17% -
HSV(B) 190.19º 0.77% 0.27% -
XYZ 2.9 3.77 6.21 -
YUV 47.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 16 60 69 0.77 0.13 0 0.73 190.19 0.62 0.17
Hex 10 3C 45 4D D 0 49 BE 3E 11
Octal 20 74 105 115 15 0 111 276 76 21
Binary 10000 111100 1000101 1001101 1101 0 1001001 10111110 111110 10001

Color Harmonies of #103C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C45

Black with #103C45

Text Example


Text Example

White with #103C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,69); }

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

background-color css

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

 a { background-color: rgb(16,60,69); }

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

border-color css

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

 span { border-color: rgb(16,60,69); }

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