#103743

Color #103743 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #103743

Tints of Nordic #103743

Color information

#103743 (or 0x103743) is unknown color: approx Nordic. HEX triplet: 10, 37 and 43. RGB value is (16,55,67). Sum of RGB (Red+Green+Blue) = 16+55+67=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #103743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103743 is #EFC8BC. Grayscale: #2C2C2C. Windows color (decimal): -15714493 or 4405008. OLE color: 4405008.

HSL color Cylindrical-coordinate representation of color #103743: hue angle of 194.12º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103743 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB165567-
CMYK0.760.1800.74
HSL194.12º61.45%16.27%-
HSV(B)194.12º76.12%26.27%-
XYZ2.593.255.8-
YUV44.71140.58107.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=11.59%
G=39.86%
B=48.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1655670.760.1800.74194.1261.4516.27
Hex1037434C1204Ac23d10
Octal20671031142201123027520
Binary100001101111000011100110010010010010101100001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103743; }

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

 H1.HeaderClassName
 {
   color: #103743;
 }
 .AnyTagClassName
 {
   color: #103743;
 }
</style>
background-color css

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

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

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

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

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

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