#123035

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

Shades of Nordic #123035

Tints of Nordic #123035

Color information

#123035 (or 0x123035) is unknown color: approx Nordic. HEX triplet: 12, 30 and 35. RGB value is (18,48,53). Sum of RGB (Red+Green+Blue) = 18+48+53=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #123035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123035 is #EDCFCA. Grayscale: #272727. Windows color (decimal): -15585227 or 3485714. OLE color: 3485714.

HSL color Cylindrical-coordinate representation of color #123035: hue angle of 188.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123035 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184853-
CMYK0.660.0900.79
HSL188.57º49.3%13.92%-
HSV(B)188.57º66.04%20.78%-
XYZ1.952.53.75-
YUV39.6135.56112.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=15.13%
G=40.34%
B=44.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1848530.660.0900.79188.5749.313.92
Hex12303542904Fbd31e
Octal2260651021101172756116
Binary100101100001101011000010100101001111101111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123035; }

 p { color: rgb(18,48,53); }

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

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

 a { background-color: rgb(18,48,53); }

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

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

 span { border-color: rgb(18,48,53); }

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