#10333D

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

Shades of Nordic #10333D

Tints of Nordic #10333D

Color information

#10333D (or 0x10333D) is unknown color: approx Nordic. HEX triplet: 10, 33 and 3D. RGB value is (16,51,61). Sum of RGB (Red+Green+Blue) = 16+51+61=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #10333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10333D is #EFCCC2. Grayscale: #292929. Windows color (decimal): -15715523 or 4010768. OLE color: 4010768.

HSL color Cylindrical-coordinate representation of color #10333D: hue angle of 193.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10333D is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB165161-
CMYK0.740.1600.76
HSL193.33º58.44%15.1%-
HSV(B)193.33º73.77%23.92%-
XYZ2.242.814.84-
YUV41.68138.9109.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=12.5%
G=39.84%
B=47.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1651610.740.1600.76193.3358.4415.1
Hex10333D4A1004Cc13af
Octal2063751122001143017217
Binary1000011001111110110010101000001001100110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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