#123038

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

Shades of Nordic #123038

Tints of Nordic #123038

Color information

#123038 (or 0x123038) is unknown color: approx Nordic. HEX triplet: 12, 30 and 38. RGB value is (18,48,56). Sum of RGB (Red+Green+Blue) = 18+48+56=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #123038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123038 is #EDCFC7. Grayscale: #272727. Windows color (decimal): -15585224 or 3682322. OLE color: 3682322.

HSL color Cylindrical-coordinate representation of color #123038: hue angle of 192.63º degrees, saturation: 0.51, 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 #123038 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB184856-
CMYK0.680.1400.78
HSL192.63º51.35%14.51%-
HSV(B)192.63º67.86%21.96%-
XYZ2.022.534.12-
YUV39.94137.06112.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=14.75%
G=39.34%
B=45.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1848560.680.1400.78192.6351.3514.51
Hex12303844E04Ec133f
Octal2260701041601163016317
Binary100101100001110001000100111001001110110000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123038; }

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

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

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

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

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

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

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

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