#11333A

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

Shades of Nordic #11333A

Tints of Nordic #11333A

Color information

#11333A (or 0x11333A) is unknown color: approx Nordic. HEX triplet: 11, 33 and 3A. RGB value is (17,51,58). Sum of RGB (Red+Green+Blue) = 17+51+58=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 51 (20.31% from 255 or 40.48% 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 #11333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11333A is #EECCC5. Grayscale: #292929. Windows color (decimal): -15649990 or 3814161. OLE color: 3814161.

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

Color convert

RGB175158-
CMYK0.710.1200.77
HSL190.24º54.67%14.71%-
HSV(B)190.24º70.69%22.75%-
XYZ2.182.794.43-
YUV41.63137.24110.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=13.49%
G=40.48%
B=46.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1751580.710.1200.77190.2454.6714.71
Hex11333A47C04Dbe37f
Octal2163721071401152766717
Binary100011100111110101000111110001001101101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,51,58); }

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

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

 a { background-color: rgb(17,51,58); }

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

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

 span { border-color: rgb(17,51,58); }

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