#103741

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

Shades of Nordic #103741

Tints of Nordic #103741

Color information

#103741 (or 0x103741) is unknown color: approx Nordic. HEX triplet: 10, 37 and 41. RGB value is (16,55,65). Sum of RGB (Red+Green+Blue) = 16+55+65=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #103741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103741 is #EFC8BE. Grayscale: #2C2C2C. Windows color (decimal): -15714495 or 4273936. OLE color: 4273936.

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

Color convert

RGB165565-
CMYK0.750.1500.75
HSL192.24º60.49%15.88%-
HSV(B)192.24º75.38%25.49%-
XYZ2.533.225.49-
YUV44.48139.58107.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=11.76%
G=40.44%
B=47.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1655650.750.1500.75192.2460.4915.88
Hex1037414BF04Bc03c10
Octal20671011131701133007420
Binary10000110111100000110010111111010010111100000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103741; }

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

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

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

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

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

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

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

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