#10333B

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

Shades of Nordic #10333B

Tints of Nordic #10333B

Color information

#10333B (or 0x10333B) is unknown color: approx Nordic. HEX triplet: 10, 33 and 3B. RGB value is (16,51,59). Sum of RGB (Red+Green+Blue) = 16+51+59=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #10333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333B is #EFCCC4. Grayscale: #292929. Windows color (decimal): -15715525 or 3879696. OLE color: 3879696.

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

Color convert

RGB165159-
CMYK0.730.1400.77
HSL191.16º57.33%14.71%-
HSV(B)191.16º72.88%23.14%-
XYZ2.192.794.56-
YUV41.45137.9109.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 59 (23.44% from 255) = 46.83%
R=12.70%
G=40.48%
B=46.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1651590.730.1400.77191.1657.3314.71
Hex10333B49E04Dbf39f
Octal2063731111601152777117
Binary100001100111110111001001111001001101101111111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10333B; }

 p { color: rgb(16,51,59); }

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

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

 a { background-color: rgb(16,51,59); }

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

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

 span { border-color: rgb(16,51,59); }

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