Html Css Color HEX #103C44 Nordic

📋 copy color: '#103C44'

red 16 ◦ green 60 ◦ blue 68

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

Shades of Nordic #103C44

Tints of Nordic #103C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 47.22%

R = 11.11%
G = 41.67%
B = 47.22%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#103C44 (or 0x103C44) is known color: Nordic. HEX triplet: 10, 3C and 44. RGB value is (16,60,68). Sum of RGB (Red+Green+Blue) = 16+60+68=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #103C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C44 is #EFC3BB. Grayscale: #2F2F2F. Windows color (decimal): -15713212 or 4471824. OLE color: 4471824.

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

Color convert

RGB 16 60 68 -
CMYK 0.76 0.12 0 0.73
HSL 189.23º 0.62% 0.16% -
HSV(B) 189.23º 0.76% 0.27% -
XYZ 2.87 3.76 6.04 -
YUV 47.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 16 60 68 0.76 0.12 0 0.73 189.23 0.62 0.16
Hex 10 3C 44 4C C 0 49 BD 3E 10
Octal 20 74 104 114 14 0 111 275 76 20
Binary 10000 111100 1000100 1001100 1100 0 1001001 10111101 111110 10000

Color Harmonies of #103C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C44

Black with #103C44

Text Example


Text Example

White with #103C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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