#12373F

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

Shades of Nordic #12373F

Tints of Nordic #12373F

Color information

#12373F (or 0x12373F) is unknown color: approx Nordic. HEX triplet: 12, 37 and 3F. RGB value is (18,55,63). Sum of RGB (Red+Green+Blue) = 18+55+63=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #12373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12373F is #EDC8C0. Grayscale: #2C2C2C. Windows color (decimal): -15583425 or 4142866. OLE color: 4142866.

HSL color Cylindrical-coordinate representation of color #12373F: hue angle of 190.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12373F is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185563-
CMYK0.710.1300.75
HSL190.67º55.56%15.88%-
HSV(B)190.67º71.43%24.71%-
XYZ2.513.225.19-
YUV44.85138.24108.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 63 (25% from 255) = 46.32%
R=13.24%
G=40.44%
B=46.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1855630.710.1300.75190.6755.5615.88
Hex12373F47D04Bbf3810
Octal2267771071501132777020
Binary1001011011111111110001111101010010111011111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12373F; }

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

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

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

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

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

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

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

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