#123945

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

Shades of Nordic #123945

Tints of Nordic #123945

Color information

#123945 (or 0x123945) is unknown color: approx Nordic. HEX triplet: 12, 39 and 45. RGB value is (18,57,69). Sum of RGB (Red+Green+Blue) = 18+57+69=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #123945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123945 is #EDC6BA. Grayscale: #2E2E2E. Windows color (decimal): -15582907 or 4536594. OLE color: 4536594.

HSL color Cylindrical-coordinate representation of color #123945: hue angle of 194.12º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123945 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB185769-
CMYK0.740.1700.73
HSL194.12º58.62%17.06%-
HSV(B)194.12º73.91%27.06%-
XYZ2.793.486.16-
YUV46.71140.58107.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 69 (27.34% from 255) = 47.92%
R=12.5%
G=39.58%
B=47.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1857690.740.1700.73194.1258.6217.06
Hex1239454A11049c23b11
Octal22711051122101113027321
Binary100101110011000101100101010001010010011100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123945; }

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

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

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

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

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

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

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

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