#123339

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

Shades of Nordic #123339

Tints of Nordic #123339

Color information

#123339 (or 0x123339) is unknown color: approx Nordic. HEX triplet: 12, 33 and 39. RGB value is (18,51,57). Sum of RGB (Red+Green+Blue) = 18+51+57=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #123339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123339 is #EDCCC6. Grayscale: #292929. Windows color (decimal): -15584455 or 3748626. OLE color: 3748626.

HSL color Cylindrical-coordinate representation of color #123339: hue angle of 189.23º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123339 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB185157-
CMYK0.680.1100.78
HSL189.23º52%14.71%-
HSV(B)189.23º68.42%22.35%-
XYZ2.172.794.3-
YUV41.82136.57111.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=14.29%
G=40.48%
B=45.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1851570.680.1100.78189.235214.71
Hex12333944B04Ebd34f
Octal2263711041301162756417
Binary100101100111110011000100101101001110101111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123339; }

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

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

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

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

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

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

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

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