#18353C

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

Shades of Nordic #18353C

Tints of Nordic #18353C

Color information

#18353C (or 0x18353C) is unknown color: approx Nordic. HEX triplet: 18, 35 and 3C. RGB value is (24,53,60). Sum of RGB (Red+Green+Blue) = 24+53+60=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 60 - color contains mainly: blue. Hex color #18353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18353C is #E7CAC3. Grayscale: #2D2D2D. Windows color (decimal): -15190724 or 3945752. OLE color: 3945752.

HSL color Cylindrical-coordinate representation of color #18353C: hue angle of 191.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18353C is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245360-
CMYK0.600.1200.76
HSL191.67º42.86%16.47%-
HSV(B)191.67º60%23.53%-
XYZ2.473.074.74-
YUV45.13136.39112.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=17.52%
G=38.69%
B=43.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2453600.600.1200.76191.6742.8616.47
Hex18353C3CC04Cc02b10
Octal306574741401143005320
Binary110001101011111001111001100010011001100000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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