#123133

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

Shades of Nordic #123133

Tints of Nordic #123133

Color information

#123133 (or 0x123133) is unknown color: approx Nordic. HEX triplet: 12, 31 and 33. RGB value is (18,49,51). Sum of RGB (Red+Green+Blue) = 18+49+51=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #123133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123133 is #EDCECC. Grayscale: #272727. Windows color (decimal): -15584973 or 3354898. OLE color: 3354898.

HSL color Cylindrical-coordinate representation of color #123133: hue angle of 183.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123133 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB184951-
CMYK0.650.0400.8
HSL183.64º47.83%13.53%-
HSV(B)183.64º64.71%20%-
XYZ1.952.563.52-
YUV39.96134.23112.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=15.25%
G=41.53%
B=43.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1849510.650.0400.8183.6447.8313.53
Hex123133414050b830e
Octal226163101401202706016
Binary10010110001110011100000110001010000101110001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123133; }

 p { color: rgb(18,49,51); }

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

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

 a { background-color: rgb(18,49,51); }

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

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

 span { border-color: rgb(18,49,51); }

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