#10343A

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

Shades of Nordic #10343A

Tints of Nordic #10343A

Color information

#10343A (or 0x10343A) is unknown color: approx Nordic. HEX triplet: 10, 34 and 3A. RGB value is (16,52,58). Sum of RGB (Red+Green+Blue) = 16+52+58=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #10343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10343A is #EFCBC5. Grayscale: #292929. Windows color (decimal): -15715270 or 3814416. OLE color: 3814416.

HSL color Cylindrical-coordinate representation of color #10343A: hue angle of 188.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10343A is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB165258-
CMYK0.720.1000.77
HSL188.57º56.76%14.51%-
HSV(B)188.57º72.41%22.75%-
XYZ2.212.874.44-
YUV41.92137.07109.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=12.70%
G=41.27%
B=46.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1652580.720.1000.77188.5756.7614.51
Hex10343A48A04Dbd39f
Octal2064721101201152757117
Binary100001101001110101001000101001001101101111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10343A; }

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

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

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

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

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

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

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

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