#123738

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

Shades of Nordic #123738

Tints of Nordic #123738

Color information

#123738 (or 0x123738) is unknown color: approx Nordic. HEX triplet: 12, 37 and 38. RGB value is (18,55,56). Sum of RGB (Red+Green+Blue) = 18+55+56=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #123738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123738 is #EDC8C7. Grayscale: #2C2C2C. Windows color (decimal): -15583432 or 3684114. OLE color: 3684114.

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

Color convert

RGB185556-
CMYK0.680.0200.78
HSL181.58º51.35%14.51%-
HSV(B)181.58º67.86%21.96%-
XYZ2.333.154.23-
YUV44.05134.74109.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=13.95%
G=42.64%
B=43.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855560.680.0200.78181.5851.3514.51
Hex12373844204Eb633f
Octal226770104201162666317
Binary1001011011111100010001001001001110101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123738; }

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

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

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

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

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

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

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

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