#12353C

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

Shades of Nordic #12353C

Tints of Nordic #12353C

Color information

#12353C (or 0x12353C) is unknown color: approx Nordic. HEX triplet: 12, 35 and 3C. RGB value is (18,53,60). Sum of RGB (Red+Green+Blue) = 18+53+60=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #12353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12353C is #EDCAC3. Grayscale: #2B2B2B. Windows color (decimal): -15583940 or 3945746. OLE color: 3945746.

HSL color Cylindrical-coordinate representation of color #12353C: hue angle of 190º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12353C is Cyan = 0.7, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB185360-
CMYK0.70.1200.76
HSL190º53.85%15.29%-
HSV(B)190º70%23.53%-
XYZ2.3434.73-
YUV43.33137.4109.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 60 (23.83% from 255) = 45.80%
R=13.74%
G=40.46%
B=45.80%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1853600.70.1200.7619053.8515.29
Hex12353C46C04Cbe36f
Octal2265741061401142766617
Binary100101101011111001000110110001001100101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12353C; }

 p { color: rgb(18,53,60); }

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

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

 a { background-color: rgb(18,53,60); }

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

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

 span { border-color: rgb(18,53,60); }

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