#12363A

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

Shades of Nordic #12363A

Tints of Nordic #12363A

Color information

#12363A (or 0x12363A) is unknown color: approx Nordic. HEX triplet: 12, 36 and 3A. RGB value is (18,54,58). Sum of RGB (Red+Green+Blue) = 18+54+58=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #12363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12363A is #EDC9C5. Grayscale: #2B2B2B. Windows color (decimal): -15583686 or 3814930. OLE color: 3814930.

HSL color Cylindrical-coordinate representation of color #12363A: hue angle of 186º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12363A is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB185458-
CMYK0.690.0700.77
HSL186º52.63%14.9%-
HSV(B)186º68.97%22.75%-
XYZ2.333.074.47-
YUV43.69136.07109.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=13.85%
G=41.54%
B=44.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1854580.690.0700.7718652.6314.9
Hex12363A45704Dba35f
Octal226672105701152726517
Binary10010110110111010100010111101001101101110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12363A; }

 p { color: rgb(18,54,58); }

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

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

 a { background-color: rgb(18,54,58); }

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

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

 span { border-color: rgb(18,54,58); }

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