#123034

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

Shades of Nordic #123034

Tints of Nordic #123034

Color information

#123034 (or 0x123034) is unknown color: approx Nordic. HEX triplet: 12, 30 and 34. RGB value is (18,48,52). Sum of RGB (Red+Green+Blue) = 18+48+52=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #123034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123034 is #EDCFCB. Grayscale: #272727. Windows color (decimal): -15585228 or 3420178. OLE color: 3420178.

HSL color Cylindrical-coordinate representation of color #123034: hue angle of 187.06º degrees, saturation: 0.49, 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 #123034 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB184852-
CMYK0.650.0800.80
HSL187.06º48.57%13.73%-
HSV(B)187.06º65.38%20.39%-
XYZ1.932.493.63-
YUV39.49135.06112.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=15.25%
G=40.68%
B=44.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1848520.650.0800.80187.0648.5713.73
Hex123034418050bb31e
Octal2260641011001202736116
Binary100101100001101001000001100001010000101110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123034; }

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

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

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

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

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

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

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

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